ref: 9f31bb10802dc95999bf2923981a49486ccee3f0 dir: /fullnetgraph/
#!/bin/rc rfork en nl=' ' sed '/^#/d' /lib/ndb/local | tr $nl ' ' | tr ' ' ' ' | awk ' BEGIN { RS=" "; } /^sys=localhost$/ { next; } /^sys=.+/ { print; } ' | netgraph $*