view bin/makequine @ 6426:8fe0258467a5

<b_jonas> le/rn math/Math class is tough!
author HackBot
date Sat, 19 Dec 2015 17:36:28 +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