annotate bin/velkommen @ 10310:fc068f57c09a

<oerjan> learn `edit <file> gives you a url, then in your browser: (1) Press Fetch (2) Make your changes (3) Press edit (4) Paste the command line at the top into the channel.
author HackBot
date Fri, 17 Feb 2017 18:53:50 +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"; }