view bin/print_args_or_input @ 10173:b596fd64fae8

<oerjan> learn Fugals are fictitious flower parts.
author HackBot
date Wed, 25 Jan 2017 05:51:57 +0000
parents 56dcce63901b
children
line wrap: on
line source

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