i2psnark: Add launch-i2psnark.bat (ticket #1871)

author is MXPLRS|Kirill, adapted from launch-i2psnark,
same license
This commit is contained in:
zzz
2016-11-04 13:19:02 +00:00
parent 62bc616ada
commit b77c4c67a1
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
@echo off
REM This launches i2psnark and jetty in a separate JVM.
REM The file jetty-i2psnark.xml must be present in the current directory.
REM i2psnark will be accessed at http://127.0.0.1:8002/
set I2P="."
java -jar "%I2P%/i2psnark.jar"