This service creates HTTP server to execute a shell script placed near to it in scripts folder.
No need to install any dependencies (except NodeJS itself).
Use the following command to start the server:
node run_sh_server.jsRun the default script via HTTP (scripts/default.sh):
curl http://localhost:3000Or specify a required script name in url:
curl http://localhost:3000/hello.shTips: