Revision ce335a74212a5b80294a2214bbe0e47558e1366a authored by Francois Berenger on 16 May 2014, 02:39:24 UTC, committed by Francois Berenger on 16 May 2014, 02:39:24 UTC
1 parent 9f1f03a
Raw File
oasis_test.sh
#!/bin/bash

set -x

oasis setup
ocaml setup.ml -configure 
ocaml setup.ml -build
ocaml setup.ml -install
back to top