view bin/bienvenue @ 9062:50e1b4a7835d

<shachaf> rm bin/makelistlist shachaf
author HackBot
date Thu, 22 Sep 2016 18:46:36 +0000
parents dafb2ccbc6c3
children ef5ba4348bf2
line wrap: on
line source

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