annotate bin/ord @ 3278:ecd72be84baa

<elliott> addquote <shachaf> Hmm, is an Electronic Signature in a PDF file a thing? <shachaf> How do they work? <zzo38> [1] Yes. [2] It doesn\'t.
author HackBot
date Thu, 04 Jul 2013 02:22:29 +0000
parents 7914d7e0b500
children c61184d37f3b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2114
7914d7e0b500 <ais523> revert 87c64ef250a0
HackBot
parents:
diff changeset
1 #!/bin/sh
7914d7e0b500 <ais523> revert 87c64ef250a0
HackBot
parents:
diff changeset
2 echo "$@" | perl -C7 -pe 'chomp; $_ = join(" ", map { ord } split //, $_);'