changeset 9741:3f9fe4f94a33

<wob_jonas> `` x=bin/velkommen; >$x sed s/\\.fr/\\.nb/g bin/bienvenue && chmod -v +x "$x"
author HackBot
date Sun, 20 Nov 2016 00:41:19 +0000
parents df5ae2a0f2b5
children 2a5b16f9901c
files bin/velkommen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/velkommen	Sun Nov 20 00:40:54 2016 +0000
+++ b/bin/velkommen	Sun Nov 20 00:41:19 2016 +0000
@@ -1,2 +1,2 @@
 #!/usr/bin/perl -w
-if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.no"; } else { exec "bin/?", "welcome.no"; }
+if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.nb"; } else { exec "bin/?", "welcome.nb"; }