Revision: | 1.1 |
Committed: | Sun Jan 7 12:51:59 2001 UTC (23 years, 10 months ago) by pjm2 |
Branch: | MAIN |
Log Message: | A shell script for running the DBReporter software. |
# | User | Rev | Content |
---|---|---|---|
1 | pjm2 | 1.1 | echo Deleting entire contents of webpages/reports ... |
2 | rm -r /home/cut/pjm2/webpages/reports/* | ||
3 | |||
4 | echo Copying SHTML includes ... | ||
5 | cp title.inc /home/cut/pjm2/webpages/reports/ | ||
6 | cp left.inc /home/cut/pjm2/webpages/reports/ | ||
7 | cp bottom.inc /home/cut/pjm2/webpages/reports/ | ||
8 | |||
9 | echo Compiling the Java program ... | ||
10 | javac *.java | ||
11 | |||
12 | echo Running DBReporterMain | ||
13 | java DBReporterMain |