#!/bin/bash
ARH=`uname -m`
if [ "$ARH" = "x86_64" ]
then
  cd /usr/share/xmind/XMind_Linux_64bit
else
  cd /usr/share/xmind/XMind_Linux
fi
./XMind
