view bin/makequine @ 2592:bc4cd8618056

<elliott> delquote 1007
author HackBot
date Wed, 03 Apr 2013 18:21:04 +0000
parents 1f455af23894
children
line wrap: on
line source

#!/bin/sh
if [ $# -ne 0 ]; then for f in "$@"; do echo "#!/bin/cat" && cat "$f"; done; else echo "#!/bin/cat" && cat; fi