diff options
author | jestin | 2003-01-08 10:19:35 +0000 |
---|---|---|
committer | jestin | 2003-01-08 10:19:35 +0000 |
commit | 714e2466306b40d832d1148e90ea814468824bd5 (patch) | |
tree | f88ed194dc47019de73531011745b266aab21f1b | |
parent | 5bed7a35a6f3a842182ab9a2fdfa5400d2220466 (diff) | |
download | ivy-java-714e2466306b40d832d1148e90ea814468824bd5.zip ivy-java-714e2466306b40d832d1148e90ea814468824bd5.tar.gz ivy-java-714e2466306b40d832d1148e90ea814468824bd5.tar.bz2 ivy-java-714e2466306b40d832d1148e90ea814468824bd5.tar.xz |
a simple shell script, showing how to use ivy.jar
-rwxr-xr-x | tools/jprobe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/jprobe b/tools/jprobe new file mode 100755 index 0000000..c028213 --- /dev/null +++ b/tools/jprobe @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/bin/java -classpath /usr/share/java/repository:/usr/share/java/gnu-regexp-1.1.3.jar:/usr/share/java/gnu-getopt.jar:/usr/share/java/ivy.jar fr.dgac.ivy.Probe $@ |