From: Oleg Broytman Date: Fri, 18 Feb 2011 13:56:53 +0000 (+0000) Subject: Renamed. X-Git-Tag: v4.0.0~17 X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=commitdiff_plain;h=6fdaef5ca8e161e704979b30dc31f4a6503b6541 Renamed. git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@51 143022c7-580b-0410-bae3-87f2bf5d3141 --- diff --git a/pinger-start b/xsetbg-start-http-pinger similarity index 82% rename from pinger-start rename to xsetbg-start-http-pinger index fc6e7e4..51fee51 100755 --- a/pinger-start +++ b/xsetbg-start-http-pinger @@ -4,5 +4,5 @@ (cd "$HOME/lib/xsetbg" && \ while true; do sleep 60 - ./xsetbg-ping + ./xsetbg-http-change done) &