mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
lowercasify files
This commit is contained in:
parent
f122b6d94c
commit
f8fa8bb698
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue