view bin/print_args_or_input @ 9231:beb645a0505c

<oerjan> learn Harikari is the act of comitting suicide because you\'ve mangled a word in an honor-destroying way.
author HackBot
date Tue, 11 Oct 2016 01:05:44 +0000
parents 56dcce63901b
children
line wrap: on
line source

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