#!/bin/ksh #--------------------------------------------------------------------------------# # This file is part of PALM. # # PALM is free software: you can redistribute it and/or modify it under the terms # of the GNU General Public License as published by the Free Software Foundation, # either version 3 of the License, or (at your option) any later version. # # PALM is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # PALM. If not, see . # # Copyright 1997-2012 Leibniz University Hannover #--------------------------------------------------------------------------------# # # Current revisions: # ----------------- # # Former revisions: # ----------------- # $Id: mrungui 1047 2012-11-09 15:32:58Z maronga $ # # 1046 2012-11-09 14:38:45Z maronga # code put under GPL (PALM 3.9) # # 793 2011-12-12 15:15:24Z maronga # Initial revision # # Description: # ------------ # Starting script for mrungui #------------------------------------------------------------------------------# if which mrungui.x >/dev/null; then mrungui.x else echo " +++ mrungui not found." fi