#!/bin/csh -f
# setenv CLASSPATH ..
javac+ -cp .. DayProg.java
java+ -cp .. DayUtils/DayProg
