A shell script to generate prefixes from specific ASN
#Generate V4 prefixes of AS9929
bash <(curl -L -s https://git.io/JXVUp) 9929 4
#Generate V6 prefixes of AS9929
bash <(curl -L -s https://git.io/JXVUp) 9929 6
#Generate both V4 and V6 prefixes of AS9929
bash <(curl -L -s https://git.io/JXVUp) 9929 46