view bin/makequine @ 11217:59572dc3a666

<shachaf> swrjan s/arrant/kind/
author HackBot
date Thu, 05 Oct 2017 01:27:38 +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