view bin/print_args_or_input @ 4692:34da8e1b124d

<coppro> rm alise
author HackBot
date Thu, 24 Jul 2014 06:44:02 +0000
parents ab96ba09ae17
children
line wrap: on
line source

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