view bin/wercome @ 10412:5af59ff5ca72

<hppavilion[1]> learn zed is the 26th letter of the alphabet in Commonwealth English. Why they consider what is clearly a 3-letter string to be a single letter is unclear.
author HackBot
date Wed, 15 Mar 2017 00:47:06 +0000
parents 4d7f1e7a9c7f
children ef5ba4348bf2
line wrap: on
line source

#!/usr/bin/perl -w
if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.ja"; } else { exec "bin/?", "welcome.ja"; }