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