view bin/ord @ 3019:00c8fbc8aae9

<oerjan> rm test.hs
author HackBot
date Sat, 01 Jun 2013 19:31:45 +0000
parents 7914d7e0b500
children c61184d37f3b
line wrap: on
line source

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