view bin/wercome @ 10565:19c56723a5cd

<int-e> rm wisdom/guestbot
author HackBot
date Sat, 01 Apr 2017 14:38:05 +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"; }