view bin/print_args_or_input @ 6282:5ed26e5ea046

<tswett> echo \'You are the great one. Nobody else will do this. You must do this.\' > evil/404
author HackBot
date Fri, 27 Nov 2015 01:26:46 +0000
parents 56dcce63901b
children
line wrap: on
line source

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