view bin/welcome @ 9201:7c865a513abf

<shachaf> slwd certainly//s#at least it#it certainly#
author HackBot
date Sun, 09 Oct 2016 01:09:50 +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"; }