From 4c2e5130196cab4b56f538a980379d06709554a1 Mon Sep 17 00:00:00 2001 From: winneratwin Date: Sun, 31 Jul 2022 08:27:57 +0100 Subject: [PATCH] create helper script to automate the creation of urls to import --- generate_urls.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 generate_urls.sh diff --git a/generate_urls.sh b/generate_urls.sh new file mode 100644 index 0000000..47c00c7 --- /dev/null +++ b/generate_urls.sh @@ -0,0 +1 @@ +find filters -type f | awk '{print "https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/" $0}'