Potter Commander is a microservice for execute bash commands requests by HTTP
Clone the project and run
npm install
Make a POST request using the following JSON template
{
"workdir": "/home/",
"command": "pwd"
}
Workdir is the base directory to run the command
Command is the bash command