Revision 6afce79b457b730cae45309bdb77179218fe8ea4 authored by Francois Berenger on 15 August 2012, 04:30:15 UTC, committed by Francois Berenger on 15 August 2012, 04:30:15 UTC
1 parent c8af916
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