view bin/makequine @ 10939:5fdf8c07366b

<oerjan> mkx bin/help//\\? "$(echo "$1" | sed \'s/^[^`]/`&/\')"
author HackBot
date Sun, 21 May 2017 00:45:24 +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