view bin/ord @ 2523:e1ae9531a510

<oerjan> pastelog fairy.*nuff
author HackBot
date Sat, 30 Mar 2013 03:15:25 +0000
parents 7914d7e0b500
children c61184d37f3b
line wrap: on
line source

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