summary refs log tree commit diff
path: root/build_patterns.sh
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-13 08:09:14 +0200
committerRory& <root@rory.gay>2025-05-13 08:09:14 +0200
commit933a89c8a18b9bb5376bee32313f061d624f66da (patch)
treeffc74679864b41296f74f0948929907a7cdb22f8 /build_patterns.sh
parentInitial commit (diff)
downloadBlockScrapersC-933a89c8a18b9bb5376bee32313f061d624f66da.tar.xz
Pattern update, add cli flags
Diffstat (limited to 'build_patterns.sh')
-rwxr-xr-xbuild_patterns.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_patterns.sh b/build_patterns.sh

index 5b41ac3..92a4782 100755 --- a/build_patterns.sh +++ b/build_patterns.sh
@@ -1,5 +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 +awk NF template/ai_* > allowed_ips.txt +awk NF template/ap_* > allowed_patterns.txt +awk NF template/p_* > patterns.txt