7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#! /bin/bash
|
|
|
|
if [ "${1}" == "-P" ] && [ "${2}" != "" ]
|
|
then
|
|
echo "Permanent address: 23:00:00:00:00:00"
|
|
fi
|