Mercurial > hg > anonet-resdb
view contrib/anocheck/hand-check.sh @ 1259:06ea10662775 draft
update contact data for epoch
author | epoch <epoch@hack.thebackupbox.net> |
---|---|
date | Sat, 09 Oct 2021 09:20:40 +0000 (2021-10-09) |
parents | 98707534e274 |
children |
line wrap: on
line source
#!/bin/sh /usr/local/libexec/bgp-paths.sh 4141 AN_out | tr ' ' '\n' | sort | uniq > /var/cache/anocheck/ASN.$(date +%s) ls -rt /var/cache/anocheck/ASN.* | tail -r | tail -n+3 | xargs rm ls -rt /var/cache/anocheck/ASN.* | tail -n2 | xargs diff -s