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