annotate bin/makelist @ 1476:55137925169f

<olsner> echo echo \\\'\'tail -n +2 $0 | paste -s -d" "; exit 0\'\\\' \\>\\$1\\;chmod +x \\$1 > bin/makelist
author HackBot
date Sat, 12 Jan 2013 19:50:59 +0000
parents
children bb8dc622804a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1476
55137925169f <olsner> echo echo \\\'\'tail -n +2 $0 | paste -s -d" "; exit 0\'\\\' \\>\\$1\\;chmod +x \\$1 > bin/makelist
HackBot
parents:
diff changeset
1 echo 'tail -n +2 $0 | paste -s -d" "; exit 0' >$1;chmod +x $1