mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-01-31 07:12:17 +00:00
3 lines
72 B
Bash
Executable File
3 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
mvn -q exec:java -Dexec.mainClass=WalletTool -Dexec.args="$*"
|