view bin/wercome @ 11195:03cb49a25518

<shachaf> swrjan s/shifting/shifty/
author HackBot
date Thu, 21 Sep 2017 00:36:35 +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"; }