view bin/print_args_or_input @ 10347:d2561cf61920

<rdococ> le//rn football//A football is a ball made of feet.
author HackBot
date Sat, 04 Mar 2017 13:13:30 +0000
parents 56dcce63901b
children
line wrap: on
line source

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