view bin/welcome @ 8026:84324c148763

<hppavilion[2]> mkx bin/thingwords//words ${1---eng-1M --esolangs 20} | sed -re "s/( |$)/$1\\1/g" | rainwords
author HackBot
date Wed, 11 May 2016 21:58:07 +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"; }