annotate bin/ord @ 1911:ab604b766abe

<fizzie> printf \'%s\\n\' \'#!/bin/sh\' \'echo "$@" | perl -C7 -pe \'\\\'\'chomp; $_ = join(" ", map { ord } split //, $_);\'\\\' > bin/ord
author HackBot
date Wed, 30 Jan 2013 14:12:24 +0000
parents b9c4e79bfebb
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 //, $_);'