FMHYedit/.github/script.sh

6 lines
140 B
Bash
Raw Normal View History

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
2023-10-30 18:32:25 +00:00
# python .github/add-headers.py