view bin/print_args_or_input @ 9353:5f5b18d7f43b

<shachaf> slwd oerjan//s#mysterious#renouned itymologist#;s#we##
author HackBot
date Wed, 19 Oct 2016 02:40:36 +0000
parents 56dcce63901b
children
line wrap: on
line source

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