Servidor HTTP diseñado para ejecutar comandos de shell.
$ shell2http /ps "ps aux"
$ shell2http /info "uname -a" /uptime "uptime" /echo "echo Linux es un sistema genial"
$ shell2http -port 9090 /date "TZ="Europe/Berlin" date"
$ shell2http -basic-auth "user5:pass5" /ls "ls Documents"