Minor webserver with python to run shell scripts
Start webserver
~/[path_to_repository]$ python server.py
Hit http://localhost:8000/jobs/start.py
:
~/[path_to_repository]$ curl http://localhost:8000/jobs/start.py
Curl will return an OK and the python server will log job script outputs.
Alex Rocha - about.me