#!/bin/sh # # Copyright (C) 2002, Peter Roozemaal. # # GnuCoMo/CoConf is free software; you may redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. See the file COPYING. # $Id: coconf,v 1.1 2002-11-19 19:21:18 arjen Exp $ if [ -f coconf.pyw ] then COCONFDIR=`pwd` elif [ -d /usr/local/share/coconf ] then COCONFDIR=/usr/local/share/coconf elif [ -d /opt/coconf ] then COCONFDIR=/opt/coconf elif [ -d /usr/share/coconf ] then COCONFDIR=/usr/share/coconf else COCONFDIR=`pwd` fi export COCONFDIR python -OO ${COCONFDIR}/coconf.pyw "$@"