view bin/makequine @ 10658:a40a87b3a267

<oerjan> ` mv bin/lowercase{2,}
author HackBot
date Thu, 13 Apr 2017 03:47:14 +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