2022-11-22 23:23:31 -05:00
|
|
|
#! /usr/bin/env sh
|
|
|
|
|
|
|
|
ant distclean
|
2023-12-11 13:14:39 -05:00
|
|
|
ant jar
|
2022-11-22 23:23:31 -05:00
|
|
|
|
|
|
|
rm -rf i2p.chromium.base.profile i2p.chromium.profile i2p.firefox.base.profile i2p.firefox.profile i2p.firefox.usability.profile tor-browser_en-US
|
|
|
|
|
|
|
|
echo "Testing auto-selector with no private and no URL parameters."
|
|
|
|
java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PBrowser 2> auto.0.err 1> auto.0.log
|