view bin/print_args_or_input @ 8415:9fd35778a265

<shachaf> sled wisdom/tanebvention//s/gazpacho, //
author HackBot
date Thu, 09 Jun 2016 00:45:01 +0000
parents 56dcce63901b
children
line wrap: on
line source

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