added eepget wrapper script for *nix

This commit is contained in:
smeghead
2005-04-03 13:35:52 +00:00
committed by zzz
parent 68f7adfa0b
commit c7c389d4fb
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
java -cp lib/i2p.jar net.i2p.util.EepGet $*

View File

@ -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"

View File

@ -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