view bin/welcome @ 4651:8d5d1b1d8a5a

<shachaf> ln -s unidecode bin/icode
author HackBot
date Fri, 06 Jun 2014 08:32:34 +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"; }