view bin/print_args_or_input @ 7643:2a63de520960

<oerjan> learn A cipation is an evil scheme that only works if no one is prepared for it.
author HackBot
date Mon, 02 May 2016 03:42:06 +0000
parents 56dcce63901b
children
line wrap: on
line source

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