]> git.decadent.org.uk Git - dak.git/blob - yearly.functions
a13b89bc09ed73233a69c22110635437cec55827
[dak.git] / 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 }