view bin/print_args_or_input @ 6949:474c566e8c70

<Elronnd> ` sed -i "s/race/alien race/" "wisdom/programmers knowing what they\'re doing"
author HackBot
date Wed, 24 Feb 2016 06:06:53 +0000
parents 56dcce63901b
children
line wrap: on
line source

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