I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c7c389d4 authored by smeghead's avatar smeghead Committed by zzz
Browse files

added eepget wrapper script for *nix

parent 68f7adfa
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
java -cp lib/i2p.jar net.i2p.util.EepGet $*
......@@ -38,6 +38,7 @@ start /b /i /d"%INSTALL_PATH%" i2prouter.bat %INSTALL_PATH%
) else (
del "%INSTALL_PATH%eepget"
del "%INSTALL_PATH%i2prouter"
:: del "%INSTALL_PATH%install_i2p_service_unix"
del "%INSTALL_PATH%install_i2p_service_winnt.bat"
......
......@@ -56,6 +56,7 @@ esac
cp $wrapperpath/wrapper.jar ./lib/
cp $wrapperpath/i2psvc .
chmod 744 ./eepget
chmod 744 ./i2psvc
chmod 744 ./scripts/i2pbench.sh
chmod 744 ./scripts/i2ptest.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment