annotate bin/velkommen @ 12002:70235227ef1d draft

<ashtons> touch banana.txt
author HackEso <hackeso@esolangs.org>
date Tue, 12 Nov 2019 00:50:17 +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"; }