view bin/wercome @ 6064:c7c88d1812eb

<ais523> ` chmod a+x bin/asm
author HackBot
date Fri, 16 Oct 2015 22:36:32 +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"; }