repo.or.cz
/
andmenj-acm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding some strings and geometry algorithms to notebook.
[andmenj-acm.git]
/
PC^2
/
pc2judge
/
pc2zip
blob
b8f54c891e76002c34b470af99eb6786ee20f924
1
#!/bin/sh
2
3
#
4
# File: pc2zip
5
# Purpose: create a pc2 zip under archive
6
# Author: pc2
7
# E-mail: mailto:pc2@ecs.csus.edu
8
# Revised: Sun Dec 5 00:36:30 PST 2004
9
#
10
# Send e-mail to us if you have questions.. thanks.
11
#
12
13
java pc2.ZipPC2
14
15
# eof pc2zip