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
相關文章
相關標籤/搜索