view bin/makequine @ 12492:5a921536dbf4 draft

<int-e> learn The password of the month is Steamboat Willy Liberation
author HackEso <hackeso@esolangs.org>
date Mon, 01 Jan 2024 23:26:44 +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