16 lines
396 B
Plaintext
16 lines
396 B
Plaintext
TYPE RtQueryExecutable
|
|
MATCH glob("rtquery");
|
|
LEGEND Routing table query tool
|
|
SUPERTYPE Executable
|
|
CMD OPEN launch -h "winterm -s 80,40 -H -c" -c $LEADER
|
|
MENUCMD "Manual page" winterm -t "man rtquery" -H -c man rtquery
|
|
ICON {
|
|
if (opened) {
|
|
include("generic.exec.open.fti");
|
|
} else {
|
|
include("generic.exec.closed.fti");
|
|
}
|
|
include ("rtquery.fti");
|
|
}
|
|
|