view bin/welcome @ 2702:c56d618a65d2

<shachaf> >wisdom/torus echo \'Topologically, a torus is just a torus. Taneb invented them.\'
author HackBot
date Sun, 14 Apr 2013 14:43:57 +0000
parents e037173e0012
children ef5ba4348bf2
line wrap: on
line source

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