annotate bin/ord @ 3845:c61184d37f3b

<oerjan> sed -i \'s/sh/bash/\' bin/ord
author HackBot
date Thu, 26 Sep 2013 23:09:50 +0000
parents 7914d7e0b500
children 02775a0b8839
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3845
c61184d37f3b <oerjan> sed -i \'s/sh/bash/\' bin/ord
HackBot
parents: 2114
diff changeset
1 #!/bin/bash
2114
7914d7e0b500 <ais523> revert 87c64ef250a0
HackBot
parents:
diff changeset
2 echo "$@" | perl -C7 -pe 'chomp; $_ = join(" ", map { ord } split //, $_);'