source: palm/trunk/SCRIPTS/mrungui @ 794

Last change on this file since 794 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
RevLine 
[793]1#!/bin/ksh
2#------------------------------------------------------------------------------#
3# Current revisions:
4# -----------------
5#
6# Former revisions:
7# -----------------
[794]8# $Id: mrungui 794 2011-12-12 15:19:22Z maronga $
[793]9#
[794]10# 793 2011-12-12 15:15:24Z maronga
11# Initial revision
[793]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.