Revision 125
Added by Matt Jones over 24 years ago
bin/readxml | ||
---|---|---|
1 |
#!/bin/sh |
|
2 |
export CPATH=/home/httpd/servlets/xsql/lib/xmlparserv2.jar:${ORACLE_HOME}/jdbc/lib/classes111.zip:/usr/lib/apache/ApacheJServ.jar:/home/httpd/classes/servlet-2.0.jar:./classes |
|
3 |
export USER=jones |
|
4 |
export PW=your-pw-goes-here |
|
5 |
export DBC=jdbc:oracle:thin:@localhost:1521:test |
|
6 |
|
|
7 |
java -cp ${CPATH} edu.ucsb.nceas.metacat.DBReader $1 $USER $PW $DBC |
|
0 | 8 |
Also available in: Unified diff
added new shell script for command line document retrieval