view bin/ord @ 4499:bd7f812be8ef

<oerjan> rm bin/cat
author HackBot
date Sat, 22 Feb 2014 02:51:16 +0000
parents 02775a0b8839
children
line wrap: on
line source

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