7 lines
80 B
Bash
7 lines
80 B
Bash
|
#!/usr/bin/python
|
||
|
import requests
|
||
|
|
||
|
requests.post("http://127.0.0.1/shutdown")
|
||
|
|
||
|
|