create helper script to automate the creation of urls to import

This commit is contained in:
winneratwin 2022-07-31 08:27:57 +01:00
parent 3160957626
commit 4c2e513019
Signed by: winneratwin
GPG Key ID: CDBC42F8803D689E

1
generate_urls.sh Normal file
View File

@ -0,0 +1 @@
find filters -type f | awk '{print "https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/" $0}'