4 lines
80 B
Bash
Executable File
4 lines
80 B
Bash
Executable File
#! /bin/bash
|
|
|
|
ocamlfind ocamlopt -package core -linkpkg -thread -o test test.ml
|