script.sh (85B)
1 #!/usr/bin/env sh 2 3 cat scripts/foo 4 echo "script.sh called with $@" > scripts/log.txt