view bin/ord @ 11247:3984b7cae85f

<shachaf> swrjan s/pt/ek/
author HackBot
date Tue, 28 Nov 2017 08:53:44 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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