2007-04-18 17:29:50 +00:00

12 lines
210 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/
mono /usr/bin/CASAUtil.exe $1 $2 $3 $4 $5 $6 $7 $8 $9