annotate bin/ordu @ 3879:f0e1b7d3e95b

<JWinslow23> learn `? `?
author HackBot
date Sat, 05 Oct 2013 21:30:57 +0000
parents 2a07ae01de70
children 02775a0b8839
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3783
2a07ae01de70 <fizzie> sed \'s/ord/sprintf "U+%x", ord/\' bin/ord > bin/ordu
HackBot
parents:
diff changeset
1 #!/bin/sh
2a07ae01de70 <fizzie> sed \'s/ord/sprintf "U+%x", ord/\' bin/ord > bin/ordu
HackBot
parents:
diff changeset
2 echo "$@" | perl -C7 -pe 'chomp; $_ = join(" ", map { sprintf "U+%x", ord } split //, $_);'