Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akhenakh/httpruncmd
A dead simple webserver that will run a shell command if the good URL is called
https://github.com/akhenakh/httpruncmd
Last synced: 24 days ago
JSON representation
A dead simple webserver that will run a shell command if the good URL is called
- Host: GitHub
- URL: https://github.com/akhenakh/httpruncmd
- Owner: akhenakh
- Created: 2013-04-20T14:52:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-20T15:11:05.000Z (over 11 years ago)
- Last Synced: 2023-03-16T13:05:20.504Z (over 1 year ago)
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
httpruncmd
==========A dead simple webserver that will run a shell command if the good URL is called.
We use it to be called from github after a commit to start the build and deploy process.
./httpruncmd -cmd=/bin/date -path=toto -port=8000 then url http://localhost:8000/toto/