From a41086043385e821c0340e0886a7c5175a1f490e Mon Sep 17 00:00:00 2001 From: lns Date: Thu, 5 May 2022 13:04:44 +0200 Subject: Added Edgecast and Cachefly CDNs. * Improved ASN update script * Ran `utils/update_every_lists.sh' * `tests/do.sh.in' prints the amount of failed pcap(s) * `utils/asn_update.sh' prints the amount of failed download(s) Signed-off-by: lns --- utils/get_routes_by_asn.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/get_routes_by_asn.sh') diff --git a/utils/get_routes_by_asn.sh b/utils/get_routes_by_asn.sh index d34186297..ce90ffcd5 100755 --- a/utils/get_routes_by_asn.sh +++ b/utils/get_routes_by_asn.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + if [ "$#" -ne 1 ]; then echo "Usage: $0 AS-Number" >&2 exit 1 -- cgit v1.2.3