File: test.bash

package info (click to toggle)
shc 4.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 560 kB
  • sloc: sh: 1,326; ansic: 1,245; makefile: 13; csh: 2
file content (8 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash
echo "\$@ is $@"
echo "command line: $0 $*"
echo "hello world"
# Added
#~ echo "[$$] PAUSED... Hit return!"
#~ read DUMMY
#~ exit 0