view bin/makequine @ 8950:e657ce4e6d80

<oerjan> rm !\\.\xc2\xb4
author HackBot
date Thu, 18 Aug 2016 03:22:46 +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