view bin/makequine @ 3286:180ffde90af2

<elliott> pastelogs mafingre
author HackBot
date Sat, 06 Jul 2013 12:05:51 +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