view bin/makequine @ 10688:5eae1c34498c

<oerjan> # Indeed not//`forget jwinslow23
author HackBot
date Sun, 16 Apr 2017 01:19:16 +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