changeset 9745:cc187ca416d5

<wob_jonas> `` x=bin/welkom; >$x sed s/\\.fr/\\.nl/g bin/bienvenue && chmod -v +x "$x"
author HackBot
date Sun, 20 Nov 2016 01:05:55 +0000
parents 30843299e933
children 11eadb817829
files bin/welkom
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/welkom	Sun Nov 20 01:05:55 2016 +0000
@@ -0,0 +1,2 @@
+#!/usr/bin/perl -w
+if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.nl"; } else { exec "bin/?", "welcome.nl"; }