4 lines
97 B
Bash
4 lines
97 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
python3 -m http.server --directory ./html/ & python3 ./tools/git_webhook.py
|