shell脚本自动更新git

建立一个sh脚本vim test.sh #! /bin/bash date +%Y%m%d%H%M%S >> /usr/local/html/pull.log cd /usr/local/html/shopApp && git pull >> /usr/local/html/pull.log 2>&1 crontab -e 设置定时任务 crontab教程 https://www.runoob.c
相关文章
相关标签/搜索