#!/bin/sh
export LC_ALL=C
export LANG=C
prefix=/usr
export SYMINFO=$prefix/share/coot/data/syminfo.lib
exec_prefix=/usr
/usr/libexec/coot-1 "$@"
