view bin/print_args_or_input @ 12201:3ea0158564e5 draft

<oerjan> slwd moon//s,__,__ noomy,
author HackEso <hackeso@esolangs.org>
date Thu, 28 Nov 2019 02:14:45 +0000
parents 56dcce63901b
children
line wrap: on
line source

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