track-boxing-progress: Script I used to track the boxing job.
[dvddb] / cycle
diff --git a/cycle b/cycle
index 6f4a177..3006edc 100755 (executable)
--- a/cycle
+++ b/cycle
@@ -2,5 +2,5 @@
 
 ./update PATHS
 ./report >PATHS.new
-if cmp -s PATHS.new PATHS; then rm PATHS.new
+if diff -u PATHS PATHS.new; then rm PATHS.new
 else mv PATHS.new PATHS; fi