ligo/scripts/setup_switch.sh
2019-10-24 13:04:16 +00:00

7 lines
143 B
Bash
Executable File

#!/bin/sh
set -e
set -x
printf '' | opam switch create . ocaml-base-compiler.4.07.1 # toto ocaml-base-compiler.4.06.1
eval $(opam config env)