view bin/makequine @ 5496:c9c3ff44b42b

<Phantom_Hoover> learn Torus? He hardly knew us! he did inventus though
author HackBot
date Tue, 09 Jun 2015 16:11:18 +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