Update try-bitcoin-s.sh (#1165)

* Update try-bitcoin-s.sh

* chmod script
This commit is contained in:
Chris Stewart 2020-02-26 07:50:17 -06:00 committed by GitHub
parent 052b64b7e2
commit 76f3e0489b

2
try-bitcoin-s.sh Normal file → Executable file
View 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