分类
PLAN A

bt面板定时任务标准化写法

#!/bin/bash

# 切换到目标目录
cd /devdata/www/wwwroot/dirdircom/

# 执行git pull命令,将输出信息转为中文显示
LANG=zh_CN.UTF-8 git pull

git config –global credential.helper store