lowercasify files
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user