#!/bin/bash if [ ! -f /usr/bin/eui ];then sudo ./tools/euphoria-manager i eui ./tools/WEE/wee.exw else if [ "${1}" = "-c" ];then euc ./tools/WEE/wee.exw fi eui ./tools/WEE/wee.exw fi