Parent Directory
|
Revision Log
|
Patch
| revision 351 by hertzog, Wed Aug 14 14:53:36 2002 UTC | revision 352 by hertzog, Sun Aug 25 21:48:43 2002 UTC | |
|---|---|---|
| # | Line 26 find base -maxdepth 2 -mindepth 2 -type | Line 26 find base -maxdepth 2 -mindepth 2 -type |
| 26 | # Remove old files (those have not been updated/touched for more than 1 | # Remove old files (those have not been updated/touched for more than 1 |
| 27 | # day) | # day) |
| 28 | if [ -e "$root/base/yesterday" ]; then | if [ -e "$root/base/yesterday" ]; then |
| 29 | find base -name '*.xml' -a -not -newer $root/base/yesterday | xargs rm | find base -name '*.xml' -a -not -newer $root/base/yesterday | xargs -r rm |
| 30 | fi | fi |
| 31 | ||
| 32 | # Generate HTML pages with XSLT | # Generate HTML pages with XSLT |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |