chiark
/
gitweb
/
~mdw
/
dvddb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
43f561d51ecaaea0b6a0b81178090a8d1bdb5b9c
[dvddb]
/
cycle
1
#! /bin/sh -ex
2
3
./update PATHS
4
./report >PATHS.new
5
if diff -u PATHS.new PATHS; then rm PATHS.new
6
else mv PATHS.new PATHS; fi