view bin/print_args_or_input @ 9944:96c20c8dfb6d

<shachaf> slwd hydrogen//s;\\. ;. ;g
author HackBot
date Sun, 11 Dec 2016 19:45:27 +0000
parents 56dcce63901b
children
line wrap: on
line source

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