test_popen_sh/subdir/called.sh
2024-10-10 20:53:37 +09:00

5 lines
72 B
Bash
Executable file

echo "Hi, this is called"
echo "\${0}: ${0}"
pwd
echo "Good bye"
exit 1