annotate bin/ordu @ 4155:1e4bcd213420

<oerjan> echo \'A catamorphism is when you recurse too greedily and too deep.\' >wisdom/catamorphism
author HackBot
date Tue, 10 Dec 2013 17:18:55 +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 //, $_);'