summaryrefslogtreecommitdiff
path: root/update-manifests
diff options
context:
space:
mode:
authorivan-boikov <ik.boikov.public@protonmail.com>2024-05-10 21:31:39 +0200
committerivan-boikov <ik.boikov.public@protonmail.com>2024-05-10 21:31:39 +0200
commit306c12be0fca16708130ecf98ce48797b55fbd68 (patch)
treefa20b118f783e66d46a60e1b1ba1d7e17e2be125 /update-manifests
parenteab0445aeaae59d91b8ebc86aae66286b4671e86 (diff)
Initial commit. UBlock Origin, LibRedirect and IDontCareAboutCookies.
Diffstat (limited to 'update-manifests')
-rwxr-xr-xupdate-manifests3
1 files changed, 3 insertions, 0 deletions
diff --git a/update-manifests b/update-manifests
new file mode 100755
index 0000000..982d49e
--- /dev/null
+++ b/update-manifests
@@ -0,0 +1,3 @@
+find ./ -iname '*.ebuild' -type f -exec sh -c '
+ ebuild "$0" manifest
+' {} \;