#!/bin/sh
I2P="@@HOMEBREW_CELLAR@@/i2p/2.12.0/libexec"
java -cp "$I2P/lib/i2p.jar" net.i2p.util.EepGet "$@"
