view bin/makequine @ 4642:2c8609f43b64

<kmc> addquote <zzo38> Is axiom of choice applicable to work of such a game though? Maybe it is, but I don\'t know. I also don\'t know, what game.
author HackBot
date Wed, 28 May 2014 04:41:06 +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