view bin/makequine @ 11796:cd67bbeea905 draft

<gerzytet> learn a fungus that grows above ground, especially after rain.
author HackEso <hackeso@esolangs.org>
date Mon, 29 Apr 2019 01:19:22 +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