An open API service indexing awesome lists of open source software.

https://github.com/jonbri/nenkins

Node web server for remote shell interaction
https://github.com/jonbri/nenkins

Last synced: 7 days ago
JSON representation

Node web server for remote shell interaction

Awesome Lists containing this project

README

          

# nenkins
A Node web server for executing shell commands over HTTP

```
node index.js
```

Examples:
```
# list files
http://localhost:3123/ls

# escape paths
http://localhost:3123/%2Fusr%2Flocal%2Fbin%2Fmy_script
```

## License
[BSD-2-Clause](http://spdx.org/licenses/BSD-2-Clause)