Last change
on this file since 796 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
|
Rev | Line | |
---|
[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 | |
---|
| 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.