/usr/bin/eepget is in i2p-router 0.9.34-1ubuntu3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh
I2P="/usr/share/i2p"
java -cp "$I2P/lib/i2p.jar:/usr/share/java/gnu-getopt.jar" net.i2p.util.EepGet "$@"
|