view bin/print_args_or_input @ 11963:b54cc53510bd draft

<kmc> ` echo $IRC_NICK >> bin/pbflist
author HackEso <hackeso@esolangs.org>
date Thu, 10 Oct 2019 07:09:03 +0000
parents 56dcce63901b
children
line wrap: on
line source

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