Removing uneeded file.
[and.git] / PC^2 / pc2 / pc2judge
blob94b658a86f508cbc03ade1fc9d25dd189e473487
1 #!/bin/sh
4 # File: pc2judge
5 # Purpose: start pc2 client script
6 # Author: pc2
7 # E-mail: mailto:pc2@ecs.csus.edu
8 # Revised: Tue Apr 19 20:13:36 PDT 2005
12 # Send e-mail to us if you have questions.. thanks.
15 PC2CN=pc2.judge.Judge
17 echo
18 echo Starting judge
19 echo
21 echo java -Djava.security.policy=policy.ini $PC2CN $*
22 java -Djava.security.policy=policy.ini $PC2CN $*
24 # eof pc2judge