view bin/makequine @ 9073:58b9ee8f97a7

<moon__> le/rn evilipse/ the most obnoxious of evil people, likes to use chmod 000 / -R
author HackBot
date Sun, 25 Sep 2016 20:20:48 +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