1
0
Files
irix-657m-src/irix/cmd/netman/ftrs/rtquery.rtr
2022-09-29 17:59:04 +03:00

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");
}