view bin/välkommen @ 9739:24ed142ec614

<wob_jonas> `` x=bin/v\xc3\xa4lkommen; >$x sed s/\\.fr/\\.sv/g bin/bienvenue && chmod -v +x "$x"
author HackBot
date Sun, 20 Nov 2016 00:40:44 +0000
parents
children ef5ba4348bf2
line wrap: on
line source

#!/usr/bin/perl -w
if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.sv"; } else { exec "bin/?", "welcome.sv"; }