view bin/velkommen @ 10448:64c42012b9d5

<hppavilion[1]> rm bin/lowercase2b
author HackBot
date Sun, 19 Mar 2017 20:08:23 +0000
parents 3f9fe4f94a33
children ef5ba4348bf2
line wrap: on
line source

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