view bin/ord @ 12492:5a921536dbf4 draft

<int-e> learn The password of the month is Steamboat Willy Liberation
author HackEso <hackeso@esolangs.org>
date Mon, 01 Jan 2024 23:26:44 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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