7 lines
122 B
Bash
Executable File
7 lines
122 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
set -x
|
|
|
|
printf '' | opam switch create . ocaml-base-compiler.4.07.1 --no-install
|
|
eval $(opam config env)
|