ligo/scripts/setup_switch.sh

7 lines
122 B
Bash
Raw Permalink Normal View History

2019-09-06 06:02:18 +04:00
#!/bin/sh
set -e
set -x
2019-12-17 00:32:10 +04:00
printf '' | opam switch create . ocaml-base-compiler.4.07.1 --no-install
2019-09-06 06:02:18 +04:00
eval $(opam config env)