view bin/welcome @ 4980:5429ff38eef2

<Lyrissa> touch "\\`echo test > testing12345; mv testing12345 .hg\\`.orig"
author HackBot
date Tue, 30 Sep 2014 06:47:33 +0000
parents a04e3cd8408d
children
line wrap: on
line source

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