view bin/shebang_args_or_input @ 11968:7e71c87ce110 draft

<wib_jonas> slashlearn people who taneb is not//Taneb is not elliott, a rabbi, Mark Zuckerberg, James Bond, Queen Elizabeth the first, or anyone older than Queen Elizabeth the Second. Pending approval: Shigeru Miyamoto.
author HackEso <hackeso@esolangs.org>
date Mon, 14 Oct 2019 11:31:46 +0000
parents c989a1669243
children
line wrap: on
line source

#!/bin/bash
interp="$1"; script="$2"; shift 2; if [ "$#" -eq 1 ]; then printf '%s\n' "$1"; elif [ "$#" -eq 0 ]; then cat; fi | { shift; $interp "$script" "$@"; }