#!/bin/sh #脚本功能:从git拉取最新代码,然后执行辅种 cd $(dirname $0) git fetch --all git reset --hard origin/master git pull php ./iyuu.php