view bin/welcome @ 3438:59820526f066

<Roujo> random="$(dd if=/dev/urandom bs=500 count=1)"; echo $random > random
author HackBot
date Mon, 19 Aug 2013 17:47:47 +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"; }