File: diffmon.cron.daily

package info (click to toggle)
diffmon 20020222-2.6
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 224 kB
  • ctags: 75
  • sloc: sh: 1,789; makefile: 28; 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