view bin/welcome @ 8978:88d33741ccd2

<shachaf> mkx bin/dowg//doag "wisdom/$1"
author HackBot
date Sat, 27 Aug 2016 03:07: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"; }