annotate bin/ord @ 2033:034f0d205950

<shachaf> mv bin/{,s}list
author HackBot
date Thu, 07 Feb 2013 21:38:21 +0000
parents ab604b766abe
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1909
b9c4e79bfebb <fizzie> printf \'%s\\n\' \'#!/bin/sh\' \'exec perl -C7 -pe \'\\\'\'chomp; $_ = join(" ", map { ord } split //, $_);\'\\\' > bin/ord
HackBot
parents:
diff changeset
1 #!/bin/sh
1911
ab604b766abe <fizzie> printf \'%s\\n\' \'#!/bin/sh\' \'echo "$@" | perl -C7 -pe \'\\\'\'chomp; $_ = join(" ", map { ord } split //, $_);\'\\\' > bin/ord
HackBot
parents: 1909
diff changeset
2 echo "$@" | perl -C7 -pe 'chomp; $_ = join(" ", map { ord } split //, $_);'