no need anymore to set I2P-Home when using eepget
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#export I2P=~i2p/i2p
|
#export I2P=~i2p/i2p
|
||||||
export I2P=.
|
export I2P=`dirname $0`
|
||||||
java -cp $I2P/lib/i2p.jar net.i2p.util.EepGet $*
|
java -cp $I2P/lib/i2p.jar net.i2p.util.EepGet $*
|
||||||
|
Reference in New Issue
Block a user