view bin/bienvenue @ 9212:77ea5d4f8736

<hppavilion[1]> ` sed -i \'s#the universe, #the universe, the triverse, #\' wisdom/tanebvention
author HackBot
date Mon, 10 Oct 2016 18:26:16 +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"; }