lowercasify files

This commit is contained in:
taskylizard 2023-10-29 14:41:28 +05:30
parent f122b6d94c
commit f8fa8bb698
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

3
.github/script.sh vendored
View File

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