FMHYedit/.github/script.sh
2023-10-29 14:41:28 +05:30

6 lines
138 B
Bash

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