annotate bin/bienvenue @ 7393:f5989ee837a9

<hppavilion[2]> le/rn hppavilion/hppavilion is the generator including, but not limited to, hppavilion[1], hppavilion[2], and hppavilion[42]. hppavilion is of length 37-42i-28j+4k-28ij+38ik+62jk+20ijk
author HackBot
date Sat, 16 Apr 2016 20:42:55 +0000
parents dafb2ccbc6c3
children ef5ba4348bf2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6019
dafb2ccbc6c3 <oerjan> ` cp bin/{bienvenido,bienvenue}; sed -i \'s/\\.es/.fr/g\' bin/bienvenue
HackBot
parents:
diff changeset
1 #!/usr/bin/perl -w
dafb2ccbc6c3 <oerjan> ` cp bin/{bienvenido,bienvenue}; sed -i \'s/\\.es/.fr/g\' bin/bienvenue
HackBot
parents:
diff changeset
2 if (defined($_=shift)) { s/ *$//; s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.fr"; } else { exec "bin/?", "welcome.fr"; }