ligo/scripts/setup_switch.sh

7 lines
123 B
Bash
Raw Normal View History

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