27 lines
509 B
Plaintext
27 lines
509 B
Plaintext
#Momo Plug-in example
|
|
# An example of Momo/Tcl Plug-in
|
|
#1998 July 20 H Yoshida
|
|
|
|
# A line starting with # is a comment line.
|
|
# An empty line is ignored.
|
|
# Momoseparator is a separation line between menu items.
|
|
# Any Unix X-window applications can be invoked by describing
|
|
# the command name and associated arguments.
|
|
# See the example below.
|
|
# Commands are executed in the background.
|
|
# But & is not necessary at the end of a line.
|
|
|
|
java gge
|
|
#java gag
|
|
|
|
xclock
|
|
|
|
Momoseparator
|
|
xterm
|
|
|
|
Momoseparator
|
|
netscape
|
|
|
|
|
|
|