#!/bin/bash #--------------------------------------------------------------------------------# # This file is part of the PALM model system. # # 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-2017 Leibniz Universitaet Hannover #--------------------------------------------------------------------------------# # # Current revisions: # ----------------- # # # Former revisions: # ----------------- # $Id: mrungui 2316 2017-07-20 07:53:42Z maronga $ # Renamed to palmrungui # # 2316 2017-07-20 07:53:42Z maronga # Modified for python version of mrungui # # 1842 2016-04-07 19:24:16Z raasch # # 1841 2016-04-07 19:14:06Z raasch # script now running under bash # # 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 palmrungui #------------------------------------------------------------------------------# if which palmrungui.py >/dev/null; then palmrungui.py > /dev/null 2>&1 else echo " +++ palmrungui not found." fi