Revision c8af916e9593f524346664192299e77a8102b9fb authored by Francois Berenger on 15 August 2012, 04:28:44 UTC, committed by Francois Berenger on 15 August 2012, 04:28:44 UTC
1 parent 52d6398
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