We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Crap
$document
1 parent d8bc315 commit db9e55aCopy full SHA for db9e55a
abp/gen/crap_gen.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
# Process the crap.txt file
4
-cat base/crap.txt | grep -v '^#' | grep -v '^\s*$' | sed 's/^/||/' | sed 's/$/^/' | sort | uniq > abp/crap_abp.txt
+cat base/crap.txt | grep -v '^#' | grep -v '^\s*$' | sed 's/^/||/' | sed 's/$/^$document/' | sort | uniq > abp/crap_abp.txt
5
6
# Create the header and combine with the processed file
7
(echo "! Title: 🗑️ BadBlock - Crap (ABP)" && \
0 commit comments