source: palm/trunk/SCRIPTS/mrungui @ 793

Last change on this file since 793 was 793, checked in by maronga, 12 years ago

GUI for mrun added

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 424 bytes
Line 
1#!/bin/ksh
2#------------------------------------------------------------------------------#
3# Current revisions:
4# -----------------
5# $Id: mrungui 793 2011-12-12 15:15:24Z maronga $
6#
7# Former revisions:
8# -----------------
9#
10#
11# Description:
12# ------------
13# Starting script for mrungui
14#------------------------------------------------------------------------------#
15
16if which mrungui.x >/dev/null; then
17   mrungui.x
18else
19   echo "  +++ mrungui not found."
20fi
21
22
23
24
Note: See TracBrowser for help on using the repository browser.