4 lines
79 B
Bash
4 lines
79 B
Bash
#!/bin/sh
|
|
export I2P=~i2p/i2p
|
|
java -cp $I2P/lib/i2p.jar net.i2p.util.EepGet $*
|