This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
bitcoinj
Watch
1
Star
0
Fork
You've already forked bitcoinj
0
mirror of
https://github.com/bitcoinj/bitcoinj.git
synced
2025-02-24 06:47:54 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
628cbb6a1d
bitcoinj
/
tools
/
wallet-tool
3 lines
72 B
Text
Raw
Normal View
History
Unescape
Escape
Add a little shell script that invokes WalletTool via maven.
2012-02-13 20:48:05 +01:00
#!/bin/sh
Re-organize the source tree so people can depend on bitcoinj without pulling in the examples, tools, or dependencies thereof.
2012-03-11 20:01:12 +01:00
mvn -q exec:java -Dexec.mainClass=WalletTool -Dexec.args="$*"
Reference in a new issue
Copy permalink