#!/bin/bash
#
# script made by Julien CATALANO to easily run camlgrenouille from anywhere in a shell.
# Only type "grenouille" (no quotes) in a shell and press enter to run it.
#
# For more infos, type "grenouille --help" (no quotes)
#
LD_LIBRARY_PATH=/usr/lib/ocaml/stublibs/:$LD_LIBRARY_PATH
camlgrenouille -f /etc/camlgrenouille/user.config $*
