mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 07:12:17 +00: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="$*"
|