3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 18:25:51 +00:00

Add a little shell script that invokes WalletTool via maven.

This commit is contained in:
Mike Hearn 2012-02-13 20:48:05 +01:00
parent 5bc9e49941
commit 1d772a059f

2
wallet-tool Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
mvn -q exec:java -Dexec.mainClass=com.google.bitcoin.tools.WalletTool -Dexec.args="$*"