4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/sh
|
|
I2P="%INSTALL_PATH"
|
|
java -cp "$I2P/lib/i2p.jar" net.i2p.util.EepGet "$@"
|