view bin/wercome @ 10927:173801e1890f

<oerjan> ` cp tmp/3 bin/3
author HackBot
date Sat, 20 May 2017 08:00:07 +0000
parents 4d7f1e7a9c7f
children ef5ba4348bf2
line wrap: on
line source

#!/usr/bin/perl -w
if (defined($_=shift)) { s/ *$//;  s/ +/ @ /g; exec "bin/@", $_ . " ? welcome.ja"; } else { exec "bin/?", "welcome.ja"; }