view bin/welcome @ 10432:6894dc0c9a9d

<hppavilion[1]> ` mv esobible/gen_sys_1-1:5 esobible/gen_sys_1.0-1:5
author HackBot
date Fri, 17 Mar 2017 20:01:44 +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"; }