annotate bin/ord @ 2137:a548af0c699d

<oerjan> mv emmental bin
author HackBot
date Fri, 15 Feb 2013 07:17: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 //, $_);'