aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/LV2/update-manifest2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/LV2/update-manifest b/plugins/LV2/update-manifest
new file mode 100644
index 0000000..3507a45
--- /dev/null
+++ b/plugins/LV2/update-manifest
@@ -0,0 +1,2 @@
+#!/usr/bin/env zsh
+for p in $(git status|grep 'src\/'|sed -r 's/\s*(.+)$/\1/'); (echo "" && cat ${p}manifest.ttl.in) >> manifest.ttl.in