view bin/makequine @ 5170:475dd0e1fb59

<shachaf> ` ln -s dontaskdonttelllist bin/don\\\'taskdon\\\'ttelllist
author HackBot
date Wed, 26 Nov 2014 23:40: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