view bin/makelist @ 2383:1f455af23894

<Jafet> (echo \'#!/bin/sh\'; echo \'if [ $# -ne 0 ]; then for f in "$@"; do echo "#!/bin/cat" && cat "$f"; done; else echo "#!/bin/cat" && cat; fi\') > bin/makequine && chmod +x bin/makequine
author HackBot
date Wed, 06 Mar 2013 14:46:16 +0000
parents c091565553db
children eb8d28337e94
line wrap: on
line source

echo 'tail -n +2 $0 | xargs echo; exit 0' >$1;chmod +x $1