3 lines
76 B
Python
3 lines
76 B
Python
import subprocess
|
|
|
|
subprocess.run(["./scripts/prepare_http.sh"], check=True) |