mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 06:44:16 +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="$*"
|