#!/bin/sh
[ -w "${HOME}"/.wapi -o -w "${HOME}" ] || export MONO_DISABLE_SHM=1
exec mono /usr/lib/cca-cli/ccaclid.exe "$@"
