view bin/welcome @ 3932:f0da0cbc6447

<oerjan> addquote <ais523> hmm\xe2\x80\xa6 I guess the difference between me and most esolangers is that I don\'t instantly go and put it into a BF derivative and call it a day
author HackBot
date Wed, 23 Oct 2013 12:54:24 +0000
parents e037173e0012
children ef5ba4348bf2
line wrap: on
line source

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