Code & Deploy
Code
Code Review
Models
Repos
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@cryptotaxi247
/
infra
infra
/
metrics
/
fastly
/
update-asn-list.sh
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
sh
7 lines
239 Bytes
Copy permalink
Copy
Raw
1
#! /bin/sh -e
2
3
curl
--fail
https://ftp.ripe.net/ripe/asnames/asn.txt
>
/tmp/asn.txt
4
5
sed
-e
's/^\([0-9]\+\) \(.\+\), \([A-Z][A-Z]\)$/\1\t\2\t\3/; t; d'
</tmp/asn.txt
>
/tmp/asn.tsv
6
7
aws s3
cp
/tmp/asn.tsv s3://nixos-athena/all-asns/list.tsv