CASA/c_micasad/startup/micasad.sh
2006-05-22 23:39:34 +00:00

12 lines
193 B
Bash

#!/bin/sh
HOST_ARCH=`uname -a | grep -c x86_64`
if [ $HOST_ARCH -gt 0 ]
then ARCH_LIB=64
else
ARCH_LIB=
fi
export MONO_PATH=/usr/lib$ARCH_LIB/
exec /usr/bin/micasad-init /usr/bin/micasad.exe