Add timestamp offset for block header
[p2pool.git] / dev / TEST
1 while true ; do
2         find -iname '*.pyc' | xargs rm
3         trial p2pool
4         git checkout HEAD^
5 done