view bin/wercome @ 11268:3b2ff7458cfd

<shachaf> slwd rules of wisdom//s/should/they &/
author HackBot
date Wed, 13 Dec 2017 11:27:32 +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"; }