view bin/makequine @ 5755:17e64f5ad1d8

<oren_> learn A tautology is a tautology.
author HackBot
date Thu, 25 Jun 2015 22:21:10 +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