6 lines
72 B
Bash
6 lines
72 B
Bash
|
echo "Hi, this is called"
|
||
|
echo "\${0}: ${0}"
|
||
|
pwd
|
||
|
echo "Good bye"
|
||
|
exit 1
|