2023-10-31 15:12:36 +00:00
|
|
|
python .github/add-headers.py
|
2023-11-03 15:30:03 +00:00
|
|
|
python .github/replace.py
|
2023-10-31 15:12:36 +00:00
|
|
|
|
2023-10-29 09:11:28 +00:00
|
|
|
for file in *; do
|
|
|
|
[[ -f "$file" ]] && mv "$file" "${file,,}" 2>/dev/null
|
|
|
|
done
|
2023-11-04 17:13:46 +00:00
|
|
|
exit 0
|