]> git.phdru.name Git - xsetbg.git/blob - pinger-start
xsetbg (DBus version).
[xsetbg.git] / pinger-start
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-ping
8 done) &