home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 May
/
CMCD0505.ISO
/
Software
/
Shareware
/
Programare
/
bugzero
/
WEB-INF
/
misc
/
upgrade
/
checkdb.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
2003-10-21
|
271 b
|
13 lines
#!/bin/sh
# This file is used to upgrading Bugzero's database schema.
# You have to run it from this directory.
_LIBJARS=upgrade.jar:../../data:../../classes:../../lib/classes
for i in ../../lib/*.* ; do
_LIBJARS=${_LIBJARS}:$i
done
java -cp "${_LIBJARS}" Upgrade