#!/bin/sh
I2P="/usr/share/i2p"
java -cp "$I2P/lib/i2p.jar:/usr/share/java/gnu-getopt.jar" net.i2p.util.EepGet "$@"
