view bin/ord @ 8580:216a34ca700c

<shachaf> makelist idealist
author HackBot
date Thu, 23 Jun 2016 09:42:23 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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