mirror of
https://github.com/fmhy/edit.git
synced 2026-01-19 02:11:45 +11:00
feat: reorganize repo
This commit is contained in:
parent
49eb39bc1f
commit
23389c69df
107 changed files with 15 additions and 429 deletions
6
.github/script.sh
vendored
6
.github/script.sh
vendored
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
python .github/replace.py
|
||||
python .github/add-headers.py
|
||||
|
||||
for file in *; do
|
||||
[[ -f "$file" ]] && mv "$file" "${file,,}" 2>/dev/null
|
||||
done
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue