Last change
on this file since 4471 was 4317, checked in by dirkx, 20 years ago |
Fixing line types
|
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
226 bytes
|
Rev | Line | |
---|
[813] | 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 |
|
---|
[3427] | 7 | cat */* | grep 172.16. | grep POINT > interlink_ip
|
---|
[813] | 8 | sort interlink_ip > interlink_ip_sorted
|
---|
Note:
See
TracBrowser
for help on using the repository browser.