view bin/ord @ 8450:49d5a8654dd7

<int-e> rm wisdom/godot
author HackBot
date Sat, 11 Jun 2016 14:30:22 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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