view bin/ord @ 2277:32413ade83a7

<oerjan> sed -i \'2s/$/, thutubot +, metasepia ~/\' bin/prefixes
author HackBot
date Wed, 27 Feb 2013 20:16:09 +0000
parents 7914d7e0b500
children c61184d37f3b
line wrap: on
line source

#!/bin/sh
echo "$@" | perl -C7 -pe 'chomp; $_ = join(" ", map { ord } split //, $_);'