view bin/ord @ 5035:7c7d731b7361

<Taneb> learn groups are just loops with the property of associativity
author HackBot
date Fri, 10 Oct 2014 10:52:16 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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