Revision f245a8854850df799362af8b22d4341680efcb01 authored by Pippijn van Steenhoven on 25 July 2013, 01:50:32 UTC, committed by Pippijn van Steenhoven on 25 July 2013, 01:50:32 UTC
1 parent 61f92a7
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