view bin/makequine @ 7288:510cd918bb0b

<rdococ> learn Stupidity is created when people are too lazy to think correctly.
author HackBot
date Mon, 28 Mar 2016 12:17:45 +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