view bin/makequine @ 3285:85f0e89e9590

<Phantom_Hoover> learn @ is an OS made out of only the finest vapour
author HackBot
date Sat, 06 Jul 2013 11:32:30 +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