]> git.phdru.name Git - xsetbg.git/blob - xsetbg-start-http-pinger
Expand tilde in the database path
[xsetbg.git] / xsetbg-start-http-pinger
1 #! /bin/sh
2
3 # Pinger - ping xsetbg.py every minute
4 (cd "$HOME/lib/xsetbg" &&
5 while true; do
6    sleep 60
7    ./xsetbg-http-change
8 done) &