view bin/wercome @ 6940:68e699ebab4c

<oerjan> learn Postorder is the same as Polish notation, since Post was Polish. Not to be confused with reverse Polish notation.
author HackBot
date Wed, 24 Feb 2016 05:00:04 +0000
parents 6eb1b867a767
children d056743e5c13
line wrap: on
line source

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