view bin/wercome @ 9476:f0c6adb55b2f

<hppavilion[1]> revert
author HackBot
date Thu, 27 Oct 2016 01:37:53 +0000
parents 6eb1b867a767
children d056743e5c13
line wrap: on
line source

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