view bin/print_args_or_input @ 4499:bd7f812be8ef

<oerjan> rm bin/cat
author HackBot
date Sat, 22 Feb 2014 02:51:16 +0000
parents 9c8449758bbd
children ab96ba09ae17
line wrap: on
line source

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