Skip to content

Instantly share code, notes, and snippets.

@edutrul
Created February 13, 2018 16:11
Show Gist options
  • Select an option

  • Save edutrul/e3e0c5149f71ccd5a2d9d0032bb1a0ed to your computer and use it in GitHub Desktop.

Select an option

Save edutrul/e3e0c5149f71ccd5a2d9d0032bb1a0ed to your computer and use it in GitHub Desktop.
AUTOMATIC PULL
#!/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