#!/bin/sh
# toplevel with lablGL and LablGlut
exec ocaml -I "/usr/lib/ocaml/3.10.1/lablgl" lablgl.cma lablglut.cma $*
