FMHYedit/.github/script.sh
taskylizard c97a0abf92
🎉 New website!
2023-11-12 22:12:57 +05:30

8 lines
146 B
Bash

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