Opened 4 years ago
Closed 4 years ago
#1871 closed enhancement (fixed)
Windows batch script for i2psnark-standalone
Reported by: | R4SAS | Owned by: | zzz |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.28 |
Component: | apps/i2psnark | Version: | 0.9.27 |
Keywords: | i2psnark i2psnark-stanalone | Cc: | |
Parent Tickets: | Sensitive: | no |
Description
Please, add batch for windows: launch-i2psnark.bat
File contents:
/* start */
@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"
/* end */
Link to file: http://fs.i2p/sha256/9404a67560c8f643f5e8d048cc2343b124df50a098924743c200c3272e09fd9c/launch-i2psnark.bat
Subtickets
Change History (2)
comment:1 Changed 4 years ago by
Version: | → 0.9.27 |
---|
comment:2 Changed 4 years ago by
Milestone: | undecided → 0.9.28 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In 50ba5276f60f708a59237606c1a56e1a4d1cf582 0.9.27-7
author is MXPLRS|Kirill, adapted from launch-i2psnark, same license
thank you
Note: See
TracTickets for help on using
tickets.
Not that there's a lot here, but do you know the author and the license for this code?