source: genesis/nodes/list_il@ 3583

Last change on this file since 3583 was 3427, checked in by roland, 20 years ago

changed 172.16.0 to 172.16.

  • Property svn:executable set to *
File size: 226 bytes
Line 
1#!/bin/sh
2
3# show all used interlink ip's from genesis
4# a bit crude, bit you get the idea.
5# hugo@meiland.nl , www.wirelessleiden.nl
6
7cat */* | grep 172.16. | grep POINT > interlink_ip
8sort interlink_ip > interlink_ip_sorted
Note: See TracBrowser for help on using the repository browser.