pldb (list): Add `-w' option to show a window around the group position(s).
[dvddb] / cycle
1 #! /bin/sh -ex
2
3 ./update PATHS
4 ./report >PATHS.new
5 if cmp -s PATHS.new PATHS; then rm PATHS.new
6 else mv PATHS.new PATHS; fi