annotate bin/ord @ 1993:a7cc9b351f25

<oerjan> gcc -o bin/fueue fueue.c
author HackBot
date Sat, 02 Feb 2013 22:56:28 +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 //, $_);'