FMHYedit/.github/script.sh
taskylizard 3f1373eb7a
PWA
2023-10-31 00:02:25 +05:30

6 lines
140 B
Bash

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