view bin/welcome @ 3946:19cbf3f316f0

<ais523_> sed --in-place \'s/13,6/6,13/\' bin/rainwords
author HackBot
date Mon, 28 Oct 2013 14:41:35 +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"; }