view bin/print_args_or_input @ 11507:2bb1ab655016 draft

<oerjan> mkx bin/,1//nur "$@" |& sport
author HackEso <hackeso@esolangs.org>
date Sat, 14 Apr 2018 04:23:57 +0100
parents 56dcce63901b
children
line wrap: on
line source

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