view bin/velkomin @ 11157:3467749980d9

<int-e> learn The Boredome is a dangerous place swarming with woodpeckers, dentists, and bookworms.
author HackBot
date Sun, 20 Aug 2017 12:27:15 +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"; }