view bin/welcome @ 8348:74bf237657ef

<Taneb> echo "\xc2\xaf\\(o\xe2\x80\x8b_\xc2\xb0)/\xc2\xaf ?sdrawkcab" > wisdom/backward
author HackBot
date Sun, 05 Jun 2016 20:46:23 +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"; }