view bin/velkommen @ 10974:d10eba3f352e

<shachaf> learn A mother is a person who practices mothology.
author HackBot
date Tue, 30 May 2017 00:58:47 +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"; }