comparison bin/velkomin @ 9743:471ae6097b46

<wob_jonas> `` x=bin/velkomin; >$x sed s/\\.fr/\\.is/g bin/bienvenue && chmod -v +x "$x"
author HackBot
date Sun, 20 Nov 2016 00:45:47 +0000
parents
children ef5ba4348bf2
comparison
equal deleted inserted replaced
9742:2a5b16f9901c 9743:471ae6097b46
1 #!/usr/bin/perl -w
2 if (defined($_=shift)) { s/ *$//; s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.is"; } else { exec "bin/?", "welcome.is"; }