view bin/velkommen @ 9947:c544b0bbb144

<shachaf> slwd rules of wisdom//s#:#: #; s#$# #; s#U#u#; s#all wisdom entries#they#
author HackBot
date Mon, 12 Dec 2016 02:28:36 +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"; }