annotate bin/velkommen @ 9740:df5ae2a0f2b5

<wob_jonas> `` x=bin/velkommen; >$x sed s/\\.fr/\\.no/g bin/bienvenue && chmod -v +x "$x"
author HackBot
date Sun, 20 Nov 2016 00:40:54 +0000
parents
children 3f9fe4f94a33
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9740
df5ae2a0f2b5 <wob_jonas> `` x=bin/velkommen; >$x sed s/\\.fr/\\.no/g bin/bienvenue && chmod -v +x "$x"
HackBot
parents:
diff changeset
1 #!/usr/bin/perl -w
df5ae2a0f2b5 <wob_jonas> `` x=bin/velkommen; >$x sed s/\\.fr/\\.no/g bin/bienvenue && chmod -v +x "$x"
HackBot
parents:
diff changeset
2 if (defined($_=shift)) { s/ *$//; s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.no"; } else { exec "bin/?", "welcome.no"; }