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