AWS-Example/scripts/stop_flask.sh

7 lines
80 B
Bash
Raw Normal View History

2020-07-22 12:13:09 +00:00
#!/usr/bin/python
import requests
requests.post("http://127.0.0.1/shutdown")