X-Git-Url: https://git.distorted.org.uk/~mdw/dvddb/blobdiff_plain/14acb11fbceab6626284efa4a1b250f988a31076..f9ee686386f1c76da6b6d9595e821b3fe9af1b88:/cycle diff --git a/cycle b/cycle new file mode 100755 index 0000000..6f4a177 --- /dev/null +++ b/cycle @@ -0,0 +1,6 @@ +#! /bin/sh -ex + +./update PATHS +./report >PATHS.new +if cmp -s PATHS.new PATHS; then rm PATHS.new +else mv PATHS.new PATHS; fi