FMHY-Website/.github/script.sh
2024-08-03 10:38:06 +00:00

7 lines
73 B
Bash

set -e
python .github/replace.py
python .github/add-headers.py
exit 0