From 999cb8ed68c262fe2efdc45fcc0a1e7a9c5d991c Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 22 Jun 2024 14:15:16 +0200 Subject: [PATCH] Move my scripts to scripts/ --- extract-scanner-ips.sh => scripts/extract-scanner-ips.sh | 0 .../make-aws-cloudfront-range.sh | 0 make-binaryedge.sh => scripts/make-binaryedge.sh | 0 make-stretchoid.sh => scripts/make-stretchoid.sh | 0 update-announced-ips.sh => scripts/update-announced-ips.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename extract-scanner-ips.sh => scripts/extract-scanner-ips.sh (100%) rename make-aws-cloudfront-range.sh => scripts/make-aws-cloudfront-range.sh (100%) rename make-binaryedge.sh => scripts/make-binaryedge.sh (100%) rename make-stretchoid.sh => scripts/make-stretchoid.sh (100%) rename update-announced-ips.sh => scripts/update-announced-ips.sh (100%) diff --git a/extract-scanner-ips.sh b/scripts/extract-scanner-ips.sh similarity index 100% rename from extract-scanner-ips.sh rename to scripts/extract-scanner-ips.sh diff --git a/make-aws-cloudfront-range.sh b/scripts/make-aws-cloudfront-range.sh similarity index 100% rename from make-aws-cloudfront-range.sh rename to scripts/make-aws-cloudfront-range.sh diff --git a/make-binaryedge.sh b/scripts/make-binaryedge.sh similarity index 100% rename from make-binaryedge.sh rename to scripts/make-binaryedge.sh diff --git a/make-stretchoid.sh b/scripts/make-stretchoid.sh similarity index 100% rename from make-stretchoid.sh rename to scripts/make-stretchoid.sh diff --git a/update-announced-ips.sh b/scripts/update-announced-ips.sh similarity index 100% rename from update-announced-ips.sh rename to scripts/update-announced-ips.sh