view bin/shebang_args_or_input @ 8690:929553b45bd6

<wob_jonas> slashlearn napkin/A complement of small lemon-soaked paper napkins is essential for the comfort, refreshment, and hygiene of the passengers during the journey.
author HackBot
date Mon, 04 Jul 2016 19:37:06 +0000
parents ebcf284eeb4f
children b09f2c5c49dd
line wrap: on
line source

#!/bin/bash
interp="$1"; script="$2"; shift 2; if [ "$#" -gt 0 ]; then printf '%s\n' "$*"; else cat; fi | "$interp" "$script"