annotate bin/ord @ 2057:17c5e4c08e85

<Sgeo> list
author HackBot
date Fri, 08 Feb 2013 07:38:19 +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 //, $_);'