FMHYedit/.github/script.sh
2023-11-03 21:04:12 +05:30

7 lines
139 B
Bash

python .github/add-headers.py
python .github/replace.py
for file in *; do
[[ -f "$file" ]] && mv "$file" "${file,,}" 2>/dev/null
done