FMHYedit/.github/script.sh

8 lines
146 B
Bash
Raw Normal View History

2023-10-31 20:42:36 +05:30
python .github/add-headers.py
python .github/replace.py
2023-10-31 20:42:36 +05:30
2023-10-29 14:41:28 +05:30
for file in *; do
[[ -f "$file" ]] && mv "$file" "${file,,}" 2>/dev/null
done
2023-11-04 22:43:46 +05:30
exit 0