view bin/print_args_or_input @ 12194:5fa2133ee653 draft

<oerjan> u mkx bin/u//cd "${HACKENV-/hackenv}"; nur "$1"
author HackEso <hackeso@esolangs.org>
date Wed, 27 Nov 2019 02:12:28 +0000
parents 56dcce63901b
children
line wrap: on
line source

#!/bin/bash
if [ "$#" -gt 0 ]; then printf '%s\n' "$*"; else cat; fi