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