view bin/print_args_or_input @ 9516:5318e49e91f3

<oerjan> sled bin/dos2unix//s,^,/bin/,
author HackBot
date Sat, 29 Oct 2016 19:37:13 +0000
parents 56dcce63901b
children
line wrap: on
line source

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