view bin/ord @ 2906:cf036d0e91d0

<boily> ln -s wisdom/lystrosaurus wisdom/lystrosaur
author HackBot
date Tue, 14 May 2013 18:41:41 +0000
parents 7914d7e0b500
children c61184d37f3b
line wrap: on
line source

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