view bin/print_args_or_input @ 5345:3972035a019e

<oerjan> ` mv bin/{welcome13,jrypbzr}
author HackBot
date Mon, 04 May 2015 22:18:19 +0000
parents ab96ba09ae17
children
line wrap: on
line source

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