view bin/ord @ 4232:89de067c11bd

<oerjan> echo test >test
author HackBot
date Thu, 26 Dec 2013 20:46:10 +0000
parents c61184d37f3b
children 02775a0b8839
line wrap: on
line source

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