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