annotate bin/welcome @ 5493:745dc4d8a920

<mroman_> echo Hi >> Complaints
author HackBot
date Tue, 09 Jun 2015 07:59:25 +0000
parents a04e3cd8408d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4636
682e6b151456 <oerjan> undo 4539
HackBot
parents:
diff changeset
1 #!/usr/bin/perl -w
682e6b151456 <oerjan> undo 4539
HackBot
parents:
diff changeset
2 if (defined($_=shift)) { s/ *$//; s/ +/ @ /g; exec "bin/@", $_ . " ? welcome"; } else { exec "bin/?", "welcome"; }