pull-master.sh 88 B

12345678
  1. #!/bin/bash
  2. while true
  3. do
  4. git pull origin master
  5. php artisan optimize
  6. sleep 10
  7. done