view bin/print_args_or_input @ 9354:d600064a0b34

<shachaf> slwd oerjan//s#mildly#passionfruitly#;s# and passion fruit##
author HackBot
date Wed, 19 Oct 2016 02:42:18 +0000
parents 56dcce63901b
children
line wrap: on
line source

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