summary refs log tree commit diff
path: root/build_patterns.sh
diff options
context:
space:
mode:
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