view bin/ord @ 12379:03d0535e2f9a draft

<int-e> learn Libera is the land of the future. Maybe.
author HackEso <hackeso@esolangs.org>
date Thu, 20 May 2021 22:34:47 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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