]> git.decadent.org.uk Git - dak.git/blob - config/debian/yearly.functions
Add yearly cronjob
[dak.git] / config / debian / yearly.functions
1 # -*- mode:sh -*-
2
3 function removalsarchive() {
4     cd ${webdir}
5     for ending in txt 822; do
6         mv removals.${ending} removals-${LASTYEAR}.${ending}
7         touch removals.${ending}
8         chmod g+w removals.${ending}
9         chown dak:ftpteam removals.${ending}
10     done
11 }