annotate bin/shebang_args_or_input @ 8928:78712f168834

<shachaf> slwd cube//s#rs#rs,#
author HackBot
date Wed, 17 Aug 2016 04:41:16 +0000
parents e5b2b5eda9fe
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8682
62de6fa2c08b <oerjan> fetch http://oerjan.nvg.org/shebang_args_or_input
HackBot
parents:
diff changeset
1 #!/bin/bash
8703
e5b2b5eda9fe <oerjan> ` chmod +x she*; mv she* bin
HackBot
parents: 8701
diff changeset
2 interp="$1"; script="$2"; shift 2; if [ "$#" -eq 1 ]; then printf '%s\n' "$1"; elif [ "$#" -eq 0 ]; then cat; fi | { shift; $interp "$script" "$@"; }