view bin/välkommen @ 11386:df6fe888f959

<wob_jonas> forget jander
author HackBot
date Wed, 28 Feb 2018 02:19:51 +0000
parents 24ed142ec614
children ef5ba4348bf2
line wrap: on
line source

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