install in cron.yearly

#!/bin/sh echo `cat year` + 1 | bc > year; make happy # Happy year-counter increment!…

Aaron Swartz (me@aaronsw.com)