view bin/ord @ 8670:bd72d2472d9b

<oerjan> slwd elendil//s#\\s\\+$##
author HackBot
date Thu, 30 Jun 2016 23:30:03 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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