view bin/velkomin @ 11222:d7cf2f449e94

<oerjan> mkx bin/8-ball//8ball "$@"
author HackBot
date Thu, 12 Oct 2017 01:16:58 +0000
parents 471ae6097b46
children ef5ba4348bf2
line wrap: on
line source

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