File: crontab.daily

package info (click to toggle)
transcriber 1.4-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,244 kB
  • ctags: 1,066
  • sloc: tcl: 9,331; ansic: 2,090; sh: 764; makefile: 85
file content (7 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh

# $Id: crontab.daily,v 1.3 1999/11/25 07:43:49 david Exp $

/usr/bin/nice find /var/lib/transcriber -type f -atime +7 -print | xargs rm -f

exit 0