add install path to eepget

This commit is contained in:
zzz
2009-06-13 13:46:11 +00:00
parent 937de87dbf
commit 5c28125350
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,3 @@
#!/bin/sh
#export I2P=~i2p/i2p
export I2P=`dirname $0`
java -cp $I2P/lib/i2p.jar net.i2p.util.EepGet $*
I2P="%INSTALL_PATH"
java -cp "$I2P/lib/i2p.jar" net.i2p.util.EepGet "$@"