annotate bin/velkommen @ 10608:cb35bcd04f6f

<rdococ> forget five million, three hundred and eighteen thousand and eight
author HackBot
date Mon, 10 Apr 2017 20:16:59 +0000
parents 3f9fe4f94a33
children ef5ba4348bf2
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
9741
3f9fe4f94a33 <wob_jonas> `` x=bin/velkommen; >$x sed s/\\.fr/\\.nb/g bin/bienvenue && chmod -v +x "$x"
HackBot
parents: 9740
diff changeset
2 if (defined($_=shift)) { s/ *$//; s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.nb"; } else { exec "bin/?", "welcome.nb"; }