Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 284 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 284 Bytes

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