DEBSOURCES
Skip Quicknav
sources / shc / 4.0.3-1 / test / test.ksh
12345678
#!/usr/bin/ksh -x echo "\$@ is $@" echo "command line: $0 $*" echo "hello world" # Added echo "[$$] PAUSED... Hit return!" read DUMMY exit 0