diff --git a/bin/autopull b/bin/autopull new file mode 100755 index 000000000..02bcab985 --- /dev/null +++ b/bin/autopull @@ -0,0 +1,5 @@ +#!/bin/bash +while true; do + git pull + sleep 60 +done