view bin/welcome @ 6282:5ed26e5ea046

<tswett> echo \'You are the great one. Nobody else will do this. You must do this.\' > evil/404
author HackBot
date Fri, 27 Nov 2015 01:26:46 +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"; }