pull-master.sh 61 B

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