[GLLUG] daemon for executing code

Michael Malinak mm@crushedice.com
Thu, 2 May 2002 12:33:09 -0400


I'm looking for a daemon that just listens on a port for a string and then
executes it as a script.  I started to write one, then decided it would be
cool to write it in C# and that led to a 4.5 hour process of debugging mcs
and mono on linux.  So now my brain is fried and I don't fee like writing my
own <G>.

Yeah I know this is generally a bad idea (open script for running programs),
but it's for some generic testing behind a firewall...  more proof of
concept than anything.

Thanks
Michael