changeset 1909:b9c4e79bfebb

<fizzie> printf \'%s\\n\' \'#!/bin/sh\' \'exec perl -C7 -pe \'\\\'\'chomp; $_ = join(" ", map { ord } split //, $_);\'\\\' > bin/ord
author HackBot
date Wed, 30 Jan 2013 14:11:32 +0000
parents 6785c6f6412e
children 38a1ea072fb4
files bin/ord
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/ord	Wed Jan 30 14:11:32 2013 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec perl -C7 -pe 'chomp; $_ = join(" ", map { ord } split //, $_);'