annotate bin/welcome @ 4829:3be8932e23b6

<mroman_> gcc -C foo.c -o foo
author HackBot
date Fri, 12 Sep 2014 13:42:40 +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"; }