5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
set -euET -o pipefail
|
|
|
|
cd src && opam install . --yes
|