Wallet tool launcher for Windows

Essentially it is just a port of wallet-tool bash script
This commit is contained in:
Kosta Korenkov
2014-06-24 14:26:03 +04:00
committed by Mike Hearn
parent 09286a932c
commit 215ecbfa21
2 changed files with 22 additions and 1 deletions

View File

@@ -12,4 +12,4 @@ if [ ! -e target/bitcoinj-tools-*.jar ] || [[ "$ALWAYS_BUILD_WALLETTOOL" != "" ]
mvn package -DskipTests
fi
java -server -jar target/bitcoinj-tools-*.jar $*
java -jar target/bitcoinj-tools-*.jar $*