dev.sh 95 B

12345678910
  1. git add .
  2. git commit -m '提交代码'
  3. git pull
  4. git push
  5. php -S 127.0.0.1:12322 -t public