View Single Post
Old 04-13-2004, 11:35 PM   #2 (permalink)
ender
Code Monkey
 
ender's Avatar
 
Join Date: Mar 2003
Location: Evansville, IN
Posts: 75
ender is on a distinguished road
Send a message via AIM to ender Send a message via Yahoo to ender
Well, this could be as simple as just doing a simple cgi script that does the command and outputs the commands output in a <pre> tag set. This would be the simplest shell possible..the problems arise when you want to run top or other ncurses based apps, or anything that isn't 'single shot' stuff.

Hope this helps,
Ted Morse
__________________
while(1) fork();
ender is offline   Reply With Quote