8 lines
184 B
Bash
Executable File
8 lines
184 B
Bash
Executable File
#! /usr/bin/env sh
|
|
|
|
GITHUB_USER=eyedeekay
|
|
GITHUB_REPO=i2p.plugins.firefox
|
|
ant distclean
|
|
cd src && \
|
|
ant && cd ../
|
|
java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PChromium |