mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
3 lines
97 B
Bash
Executable File
3 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
mvn -q exec:java -Dexec.mainClass=com.google.bitcoin.tools.WalletTool -Dexec.args="$*"
|