annotate bin/willkommen @ 7407:e0e71cf09064

<b_jonas> slashlearn Ravnica: City of Guilds/Ravnica: City of Guilds is a city of guilds. \xe2\x80\x9cCity of Guilds\xe2\x80\x9d is part of its name. The Wizards of the Coast Marketing Department: We Sell Anything thought players might not notice it was a City of Guilds unless they put the tagline into the name.
author HackBot
date Sun, 17 Apr 2016 19:29:46 +0000
parents 0a3c8b9a55d7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6594
f9c1243b3f2e <oerjan> ` cp bin/{bienvenue,willkommen}; sed -i \'s/fr/de/\' bin/willkommen
HackBot
parents:
diff changeset
1 #!/usr/bin/perl -w
6595
0a3c8b9a55d7 <izabera> ` sed -i \'s/fr/de/\' bin/willkommen
HackBot
parents: 6594
diff changeset
2 if (defined($_=shift)) { s/ *$//; s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.de"; } else { exec "bin/?", "welcome.de"; }