Last change
on this file since 793 was
793,
checked in by maronga, 13 years ago
|
GUI for mrun added
|
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
File size:
424 bytes
|
Rev | Line | |
---|
[793] | 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 | |
---|
| 16 | if which mrungui.x >/dev/null; then |
---|
| 17 | mrungui.x |
---|
| 18 | else |
---|
| 19 | echo " +++ mrungui not found." |
---|
| 20 | fi |
---|
| 21 | |
---|
| 22 | |
---|
| 23 | |
---|
| 24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.