view bin/welcome @ 5416:a412f80d6984

<shachaf> ` sed -i \'s/\\..*/./\' wisdom/real
author HackBot
date Sat, 06 Jun 2015 16:00:42 +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"; }