Last change
on this file since 998 was
794,
checked in by maronga, 13 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 raasch $ |
---|
9 | # |
---|
10 | # 793 2011-12-12 15:15:24Z maronga |
---|
11 | # Initial revision |
---|
12 | # |
---|
13 | # Description: |
---|
14 | # ------------ |
---|
15 | # Starting script for mrungui |
---|
16 | #------------------------------------------------------------------------------# |
---|
17 | |
---|
18 | if which mrungui.x >/dev/null; then |
---|
19 | mrungui.x |
---|
20 | else |
---|
21 | echo " +++ mrungui not found." |
---|
22 | fi |
---|
23 | |
---|
24 | |
---|
25 | |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.