view bin/makequine @ 5443:cd5639827488

<oerjan> le/rn plain tex/Plain TeX is plain annoying.
author HackBot
date Sun, 07 Jun 2015 03:57:52 +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