view bin/ord @ 7572:a551629919da

<fizzie> fetch http://pastebin.com/raw/J7vAQirV
author HackBot
date Wed, 27 Apr 2016 23:34:09 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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