view bin/ord @ 11089:86f38c1373d9

<shachaf> mkx bin/grWp//grwp -i "$@"
author HackBot
date Mon, 17 Jul 2017 00:09:08 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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