view bin/ord @ 11203:03db418bc9ab

<shachaf> swrjan s/diss/miss/
author HackBot
date Thu, 28 Sep 2017 01:39:59 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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