This commit is contained in:
root
2020-05-07 09:05:20 +08:00
commit e9d164c703
86 changed files with 11584 additions and 0 deletions

7
AutoFix.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
dir_shell=$(dirname $(readlink -f "$0"))
dir_root=$dir_shell
cd $dir_root
git pull && echo "自动修复完毕,无异常"