added eepget wrapper script for *nix
This commit is contained in:
2
installer/resources/eepget
Normal file
2
installer/resources/eepget
Normal file
@ -0,0 +1,2 @@
|
||||
#!/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
|
||||
|
Reference in New Issue
Block a user