view bin/print_args_or_input @ 9224:996cd3d8331a

<oerjan> sled bin/slwd//s,$, | sed \'s/^Rosebud!$/Roswbud!/\',
author HackBot
date Mon, 10 Oct 2016 23:41:00 +0000
parents 56dcce63901b
children
line wrap: on
line source

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