view bin/print_args_or_input @ 11002:586162845de3

<boily> forget math
author HackBot
date Wed, 07 Jun 2017 00:45:23 +0000
parents 56dcce63901b
children
line wrap: on
line source

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