mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-01 17:47:14 +01:00
Update try-bitcoin-s.sh (#1165)
* Update try-bitcoin-s.sh * chmod script
This commit is contained in:
parent
052b64b7e2
commit
76f3e0489b
1 changed files with 2 additions and 2 deletions
2
try-bitcoin-s.sh
Normal file → Executable file
2
try-bitcoin-s.sh
Normal file → Executable file
|
@ -19,7 +19,7 @@ protocol.ln, wallet.builder._, protocol.transaction._, \
|
||||||
script._, config._, protocol._ "
|
script._, config._, protocol._ "
|
||||||
# launch Ammonite with bitcoin-s on the classpath
|
# launch Ammonite with bitcoin-s on the classpath
|
||||||
~/.coursier/coursier launch -q -P \
|
~/.coursier/coursier launch -q -P \
|
||||||
com.lihaoyi:ammonite_2.12.8:1.6.0 \
|
com.lihaoyi:ammonite_2.12.10:1.9.2 \
|
||||||
org.bitcoin-s:bitcoin-s-core_2.12:latest.release \
|
org.bitcoin-s:bitcoin-s-core_2.12:latest.release \
|
||||||
-M ammonite.Main -- --banner "$MSG" \
|
-M ammonite.Main -- --banner "$MSG" \
|
||||||
--predef-code "$IMPORT_STATEMENT" < /dev/tty
|
--predef-code "$IMPORT_STATEMENT" < /dev/tty
|
Loading…
Add table
Reference in a new issue