view bin/ord @ 2866:c910fcd5040b

<Jafet> rm hi.c hi
author HackBot
date Sun, 05 May 2013 16:11:46 +0000
parents 7914d7e0b500
children c61184d37f3b
line wrap: on
line source

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