]> git.deb.at Git - deb/hackedgotchi.git/blob - cron/30log
Nicer pic.
[deb/hackedgotchi.git] / cron / 30log
1 #!/bin/sh
2
3 cd /org/planet.debian.org/log
4
5 if [ -f new-planet.log ]; then
6         rm -f planet.log.0
7         [ -f planet.log ] && mv planet.log planet.log.0
8         mv new-planet.log planet.log
9 fi