Skip to content

Commit

Permalink
Update try-eff.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Aug 12, 2023
1 parent b587cc7 commit f95c544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions try-eff.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
test -e ~/.coursier/cs || (mkdir -p ~/.coursier && wget -q -O ~/.coursier/cs https://git.io/coursier-cli-"$(uname | tr LD ld)" && chmod +x ~/.coursier/cs)
~/.coursier/cs launch -q -P -M ammonite.Main \
com.lihaoyi:ammonite_3.1.2:2.5.3 \
org.atnos:eff_3:7.0.0 \
com.lihaoyi:ammonite_2.13.11:2.5.9 \
org.atnos:eff_2.13:7.0.0 \
-- --predef-code 'import org.atnos.eff._, all._, syntax.all._' < /dev/tty

0 comments on commit f95c544

Please sign in to comment.