Removing uneeded file.
[and.git] / PC^2 / pc2team / pc2team
blobc794bd447ebeac92186fda92c6a7d83d2f7a695e
1 #!/bin/sh
4 # File: pc2team
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
10 # Send e-mail to us if you have questions.. thanks.
13 PC2CN=pc2.team.Team
15 echo
16 echo Starting team
17 echo
19 echo java -Djava.security.policy=policy.ini $PC2CN $*
20 java -Djava.security.policy=policy.ini $PC2CN $*
22 # eof pc2team