1$! Command file to clean up the EUNICE directories
2$! submitted nightly off the clock
3$ assign DONOTPRINT SYS$PRINT
4$ set prot=(g:rwed,w:rwed)/def
5$ purge sys$manager:uucpclean.log
6$ delete/before=2 tmp:*.*.*		! should be done elsewhere
7$ sh := $bin:sh sh
8$ sh /usr/lib/uucp/uucpclean.sh
9