Skip to content

Instantly share code, notes, and snippets.

@paurkedal
Created September 8, 2016 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paurkedal/a42ffb68b9c61775984ab631e1287227 to your computer and use it in GitHub Desktop.
Save paurkedal/a42ffb68b9c61775984ab631e1287227 to your computer and use it in GitHub Desktop.
#! /bin/bash
OPAMSWITCH="$1"
shift
export PATH="/opt/opam/$OPAMSWITCH/bin:$PATH"
export CAML_LD_LIBRARY_PATH=/opt/opam/$OPAMSWITCH/lib/stublibs
exec "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment