view bin/shebang_args_or_input @ 11961:ee9e6c8d4ec6 draft

<int-e> le/rn zalgo//The `zalgo` command turns perfectly good text into toxic waste. It violates a multitude of UN conventions.
author HackEso <hackeso@esolangs.org>
date Wed, 09 Oct 2019 03:36:35 +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" "$@"; }