view bin/makequine @ 3278:ecd72be84baa

<elliott> addquote <shachaf> Hmm, is an Electronic Signature in a PDF file a thing? <shachaf> How do they work? <zzo38> [1] Yes. [2] It doesn\'t.
author HackBot
date Thu, 04 Jul 2013 02:22:29 +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