view bin/ord @ 6583:55d2fc3b2fee

<zgrep> ` echo "exec $@" >> \'bin/ \'
author HackBot
date Mon, 18 Jan 2016 07:07:58 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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