mirror of
https://github.com/lan-tianxiang/JS_TOOL.git
synced 2025-07-14 05:02:36 +08:00
8 lines
146 B
Bash
Executable File
8 lines
146 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
dir_shell=$(dirname $(readlink -f "$0"))
|
|
dir_root=$dir_shell
|
|
|
|
cd $dir_root
|
|
git pull && echo "自动修复完毕,无异常"
|