Skip to content

Instantly share code, notes, and snippets.

@fffaraz
Created September 24, 2018 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fffaraz/b763d531fa7551af4c72549f87df5ab6 to your computer and use it in GitHub Desktop.
Save fffaraz/b763d531fa7551af4c72549f87df5ab6 to your computer and use it in GitHub Desktop.
Git pull
#!/bin/bash
while true; do git pull; sleep 30; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment