view bin/ord @ 10339:5297a274b9a6

<oerjan> sled bin/\xc2\xbf//s,^,\\\\,
author HackBot
date Fri, 24 Feb 2017 01:44:45 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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