mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
2 lines
97 B
Bash
Executable file
2 lines
97 B
Bash
Executable file
#!/bin/sh
|
|
mvn -q exec:java -Dexec.mainClass=com.google.bitcoin.tools.WalletTool -Dexec.args="$*"
|