view bin/welcome @ 4662:d2755d17a084

<mroman> learn protocol Not to be confused with protocoal.
author HackBot
date Wed, 11 Jun 2014 12:55:35 +0000
parents a04e3cd8408d
children
line wrap: on
line source

#!/usr/bin/perl -w
if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "bin/@", $_ . " ? welcome"; } else { exec "bin/?", "welcome"; }