mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2026-04-01 05:18:15 +08:00
.
This commit is contained in:
7
AutoFix.sh
Executable file
7
AutoFix.sh
Executable 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 "自动修复完毕,无异常"
|
||||
Reference in New Issue
Block a user