view bin/print_args_or_input @ 5346:c03cce7096cf

<oerjan> ` mv bin/{r13elcome,erypbzr}
author HackBot
date Mon, 04 May 2015 22:22:20 +0000
parents ab96ba09ae17
children
line wrap: on
line source

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