lowercasify files
This commit is contained in:
parent
f122b6d94c
commit
f8fa8bb698
3
.github/script.sh
vendored
3
.github/script.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user