mirror of
https://github.com/fmhy/edit.git
synced 2026-01-17 17:31:18 +11:00
7 lines
73 B
Bash
7 lines
73 B
Bash
|
|
set -e
|
|
|
|
python .github/replace.py
|
|
python .github/add-headers.py
|
|
|
|
exit 0
|