view bin/makequine @ 3876:b900a39a96bb

<JWinslow23> learn Humphrey Bogart is a cousin to Lady Di.
author HackBot
date Sat, 05 Oct 2013 21:23:45 +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