pull-master.sh 62 B

123456
  1. #!/bin/bash
  2. while :
  3. do
  4. git pull origin master
  5. sleep 10
  6. done