view bin/print_args_or_input @ 11248:9425e637ffc4

<shachaf> swrjan s/knite/loud poet/
author HackBot
date Wed, 29 Nov 2017 00:44:11 +0000
parents 56dcce63901b
children
line wrap: on
line source

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