FMHYedit/.github/script.sh

6 lines
140 B
Bash
Raw Normal View History

2023-10-29 14:41:28 +05:30
for file in *; do
[[ -f "$file" ]] && mv "$file" "${file,,}" 2>/dev/null
done
2023-10-29 13:57:04 +05:30
python .github/replace.py
2023-10-31 00:02:25 +05:30
# python .github/add-headers.py