view bin/velkommen @ 11308:6d3e89949ce9

<int-e> learn biweekly/The word "biweekly" is half synonymous with the word --> "bimonthly".
author HackBot
date Fri, 05 Jan 2018 11:33:46 +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"; }