view bin/makequine @ 12261:04048c0ef071 draft

<int-e> sled ../bin/"//s=shuff=shuf=
author HackEso <hackeso@esolangs.org>
date Sat, 07 Dec 2019 23:59:32 +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