Ignore:
Timestamp:
Jul 20, 2017 7:53:42 AM (7 years ago)
Author:
maronga
Message:

new mrungui version based on python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrungui

    r1842 r2316  
    2525# -----------------
    2626# $Id$
     27# Modified for python version of mrungui
     28#
     29# 1842 2016-04-07 19:24:16Z raasch
    2730#
    2831# 1841 2016-04-07 19:14:06Z raasch
     
    4043#------------------------------------------------------------------------------#
    4144
    42 if which mrungui.x >/dev/null; then
    43    mrungui.x
     45if which mrungui.py >/dev/null; then
     46   mrungui.py > /dev/null 2>&1
    4447else
    4548   echo "  +++ mrungui not found."
Note: See TracChangeset for help on using the changeset viewer.