view bin/ord @ 12228:6cb5704166cb draft

<oerjan> revert
author HackEso <hackeso@esolangs.org>
date Wed, 04 Dec 2019 04:32:51 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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