annotate bin/makelist @ 1481:bb8dc622804a

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