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
- Host: GitHub
- URL: https://github.com/jonbri/nenkins
- Owner: jonbri
- Created: 2016-09-29T16:38:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T00:18:48.000Z (over 9 years ago)
- Last Synced: 2026-05-27T09:22:33.797Z (7 days ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)