view bin/ord @ 7447:9b19399b51cc

<b_jonas> learn Of this incident we shall never speak again.
author HackBot
date Sun, 17 Apr 2016 22:20:01 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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