comparison bin/tervetuloa @ 4409:a658438e5e5e

<ion> sed -re \'s/\\.es\\>/.fi/g\' <bin/bienvenido >bin/tervetuloa && chmod 755 bin/tervetuloa
author HackBot
date Fri, 07 Feb 2014 21:50:47 +0000
parents
children ef5ba4348bf2
comparison
equal deleted inserted replaced
4408:e416b6ba75b2 4409:a658438e5e5e
1 #!/usr/bin/perl -w
2 if (defined($_=shift)) { s/ *$//; s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.fi"; } else { exec "bin/?", "welcome.fi"; }