view bin/print_args_or_input @ 7289:59712b14692b

<int-e> rm wisdom/rdococ rdococlikestomakelanguageslikethis
author HackBot
date Mon, 28 Mar 2016 17:31:02 +0000
parents 56dcce63901b
children
line wrap: on
line source

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