17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
TYPE NetVisExecutable
|
|
MATCH glob("netvis") && ascii;
|
|
LEGEND NetVisualyzer Launcher
|
|
SUPERTYPE Script
|
|
SUPERTYPE Ascii
|
|
CMD OPEN $LEADER
|
|
MENUCMD "Manual page" winterm -t "man netvis" -H -c man netvis
|
|
|
|
ICON {
|
|
if (opened) {
|
|
include("generic.exec.open.fti");
|
|
} else {
|
|
include("generic.exec.closed.fti");
|
|
}
|
|
include ("netvis.fti");
|
|
}
|