source: palm/trunk/SCRIPTS/mrungui @ 931

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

last commit documented

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