view bin/velkommen @ 11143:01a5ff6d57ce

<shachaf> makelist ysaclist boily shachaf
author HackBot
date Wed, 02 Aug 2017 22:43:33 +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"; }