FMHY-Website/.github/script.sh
2024-08-03 10:52:48 +00:00

6 lines
72 B
Bash

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