3 lines
112 B
Bash
Executable File
3 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
mvn compile exec:java -Dexec.mainClass="jmaa.pbc.PbcVanityAddressSearcher" -Dexec.args="$*"
|