File: diffmon.cron.daily

package info (click to toggle)
diffmon 20020222-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 232 kB
  • sloc: sh: 1,789; makefile: 31; sed: 21
file content (8 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -r /etc/diffmon/diffmon.cf ] && [ -x /usr/bin/diffmon ] ; then

diffmon -c diffmon.cf

fi