view bin/print_args_or_input @ 10342:fc7bf67c3f5e

<oerjan> ` mv {,bin/}rhino-e
author HackBot
date Sun, 26 Feb 2017 00:48:28 +0000
parents 56dcce63901b
children
line wrap: on
line source

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