mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 02:35:52 +00:00
3 lines
97 B
Plaintext
3 lines
97 B
Plaintext
|
#!/bin/sh
|
||
|
mvn -q exec:java -Dexec.mainClass=com.google.bitcoin.tools.WalletTool -Dexec.args="$*"
|