view bin/ord @ 9972:b2b098f236d6

<oerjan> rm bin/w
author HackBot
date Thu, 15 Dec 2016 01:21:44 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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