#!/bin/sh

echo Adapt the absolute path to CrossVC/crosscv.bin
echo and copy this startscript into a directory 
echo of your PATH!

#exec "/absolute_path_to_CrossVC/AppRun" "$@"
#for instance
exec "/usr/share/CrossVC/AppRun" "$@"