repo.or.cz
/
and.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removing uneeded file.
[and.git]
/
PC^2
/
pc2admin
/
pc2reset
blob
277f32191365a3e816f044748d413b7c9ed895fc
1
#!/bin/sh
2
#
3
# File: reset.sh
4
# Purpose: Completely reset and erase contest data
5
#
6
# USE WITH EXTREME CAUTION - will erase ALL contest data
7
#
8
# Revised: Thu Jul 17 20:31:17 PDT 2003
9
#
10
11
java pc2.ZipPC2
12
13
rm
-fr
db OLD
*
.log
14
15
# eof reset.sh