#!/bin/ksh #------------------------------------------------------------------------------# # Current revisions: # ----------------- # $Id: mrungui 793 2011-12-12 15:15:24Z maronga $ # # Former revisions: # ----------------- # # # Description: # ------------ # Starting script for mrungui #------------------------------------------------------------------------------# if which mrungui.x >/dev/null; then mrungui.x else echo " +++ mrungui not found." fi