view bin/print_args_or_input @ 6044:a144396c7197

<oerjan> ` echo ho >test
author HackBot
date Sat, 03 Oct 2015 18:30:42 +0000
parents 56dcce63901b
children
line wrap: on
line source

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