annotate shebang_args_or_input @ 8697:0b6fb0800ab8

<oerjan> fetch http://oerjan.nvg.org/shebang_args_or_input
author HackBot
date Tue, 05 Jul 2016 01:29:10 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8697
0b6fb0800ab8 <oerjan> fetch http://oerjan.nvg.org/shebang_args_or_input
HackBot
parents:
diff changeset
1 #!/bin/bash
0b6fb0800ab8 <oerjan> fetch http://oerjan.nvg.org/shebang_args_or_input
HackBot
parents:
diff changeset
2 interp="$1"; script="$2"; shift 2; if [ "$#" -gt 0 ]; then printf '%s\n' "$*"; else cat; fi | $interp "$script"