summaryrefslogtreecommitdiff
path: root/watch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'watch.sh')
-rwxr-xr-xwatch.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/watch.sh b/watch.sh
new file mode 100755
index 0000000..ddf88f9
--- /dev/null
+++ b/watch.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+while true; do
+ git fetch && git reset --hard origin
+ sleep 60
+done
+