mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-03 17:47:02 +01:00
Add a little shell script that invokes WalletTool via maven.
This commit is contained in:
parent
5bc9e49941
commit
1d772a059f
1 changed files with 2 additions and 0 deletions
2
wallet-tool
Executable file
2
wallet-tool
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
mvn -q exec:java -Dexec.mainClass=com.google.bitcoin.tools.WalletTool -Dexec.args="$*"
|
Loading…
Add table
Reference in a new issue