mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 02:09:29 +01: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="$*"
|