Created
February 13, 2018 16:11
-
-
Save edutrul/e3e0c5149f71ccd5a2d9d0032bb1a0ed to your computer and use it in GitHub Desktop.
AUTOMATIC PULL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| while true | |
| do | |
| cd ~/projects/XXX/ && git pull origin master | |
| sleep 60 | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment