view bin/welcome @ 2492:94756872603f

<Phantom_Hoover> echo "exec pastlog pasta" > bin/pastalog
author HackBot
date Sat, 23 Mar 2013 23:51:06 +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"; }