root/foundation-apps/terms-maxx/winterm
| Revision 9, 247 bytes (checked in by emasson, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | xset b off |
| 2 | font=-sgi-screen-medium-r-normal-*-*-150-*-*-m-*-iso8859-1 |
| 3 | |
| 4 | if [ -z "$@" ]; then |
| 5 | exec /opt/MaXX/bin/mxterm -name winterm -fn $font -title "Winterm" |
| 6 | else |
| 7 | exec /opt/MaXX/bin/mxterm -name winterm -fn $font -title "Winterm" -e "$@" |
| 8 | fi |
Note: See TracBrowser
for help on using the browser.
