cycle: Print a diff of the changes, if there are any.
[dvddb] / cycle
... / ...
CommitLineData
1#! /bin/sh -ex
2
3./update PATHS
4./report >PATHS.new
5if diff -u PATHS.new PATHS; then rm PATHS.new
6else mv PATHS.new PATHS; fi