view bin/ord @ 11395:a2b33201e8fd

<wob_jonas> forget oren\'s font
author HackBot
date Wed, 28 Feb 2018 02:28:46 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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