]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg-start-http-pinger
Renamed.
[xsetbg.git] / xsetbg-start-http-pinger
diff --git a/xsetbg-start-http-pinger b/xsetbg-start-http-pinger
new file mode 100755 (executable)
index 0000000..51fee51
--- /dev/null
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+# Pinger - ping xsetbg.py every minute
+(cd "$HOME/lib/xsetbg" && \
+while true; do
+   sleep 60
+   ./xsetbg-http-change
+done) &