]> git.phdru.name Git - xsetbg.git/blob - xsetbg-start-http-pinger
Fix(DB): Fix column encoding
[xsetbg.git] / xsetbg-start-http-pinger
1 #! /bin/sh
2
3 # Pinger - ping xsetbg.py every minute
4 (cd "`dirname \"$0\"`" &&
5 while true; do
6    sleep 60
7    ./xsetbg-http-change
8 done) &