annotate bin/welcome @ 5598:523faa310ad7

<shachaf> ` mv bin/mk{e,x}
author HackBot
date Wed, 17 Jun 2015 01:48:57 +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"; }