root/foundation-apps/terms-maxx/winterm

Revision 9, 247 bytes (checked in by emasson, 3 years ago)

initial import for the community edition

Line 
1xset b off
2font=-sgi-screen-medium-r-normal-*-*-150-*-*-m-*-iso8859-1
3
4if [ -z "$@"  ]; then
5  exec /opt/MaXX/bin/mxterm -name winterm -fn $font -title "Winterm"
6else
7  exec /opt/MaXX/bin/mxterm -name winterm -fn $font -title "Winterm" -e "$@"
8fi
Note: See TracBrowser for help on using the browser.