summary refs log tree commit diff
path: root/build_patterns.sh
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-05 02:39:41 +0200
committerRory& <root@rory.gay>2025-05-05 02:39:41 +0200
commit527b97657ecb3b050a251e164360151eb1d977b5 (patch)
tree4d04f5eb0018386ec3869445ea3ab928c7a1cfbb /build_patterns.sh
downloadBlockScrapersC-527b97657ecb3b050a251e164360151eb1d977b5.tar.xz
Initial commit
Diffstat (limited to 'build_patterns.sh')
-rwxr-xr-xbuild_patterns.sh5
1 files changed, 5 insertions, 0 deletions
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