mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 09:41:17 +11:00
6 lines
139 B
Bash
6 lines
139 B
Bash
python .github/add-headers.py
|
|
|
|
for file in *; do
|
|
[[ -f "$file" ]] && mv "$file" "${file,,}" 2>/dev/null
|
|
done
|
|
python .github/replace.py
|