annotate bin/welcome @ 5326:251f5b3167b6

<izabera> ` echo harry ron hermione >> bin/emptylist
author HackBot
date Thu, 23 Apr 2015 06:53:55 +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"; }