Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 298 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 298 Bytes

py-script

Launch a script with http request

###Usage : start the script with :

chmod +x ./start.py

and put a script or any executable file in the script folder

###Call the service :

$curl "127.0.0.1:8080/test.sh?test=1&arg2=3"

ok ceci est un test

arg : -test 1 -arg2 3