From 527b97657ecb3b050a251e164360151eb1d977b5 Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 5 May 2025 02:39:41 +0200 Subject: Initial commit --- build_patterns.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 build_patterns.sh (limited to 'build_patterns.sh') diff --git a/build_patterns.sh b/build_patterns.sh new file mode 100755 index 0000000..5b41ac3 --- /dev/null +++ b/build_patterns.sh @@ -0,0 +1,5 @@ +#! /usr/bin/env bash + +cat ai_* > allowed_ips.txt +cat ap_* > allowed_patterns.txt +cat p_* > patterns.txt \ No newline at end of file -- cgit 1.5.1