view bin/welcome @ 5481:20dd4f58da7b

<ais523> ` ln -sf . canary/canary
author HackBot
date Mon, 08 Jun 2015 20:21:03 +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"; }