FMHYedit/.github/script.sh

7 lines
139 B
Bash
Raw Normal View History

2023-10-31 15:12:36 +00:00
python .github/add-headers.py
2023-10-29 09:11:28 +00:00
for file in *; do
[[ -f "$file" ]] && mv "$file" "${file,,}" 2>/dev/null
done
2023-10-29 08:27:04 +00:00
python .github/replace.py