summaryrefslogtreecommitdiffstats
path: root/scripts/gen-world-sets
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen-world-sets')
-rwxr-xr-xscripts/gen-world-sets6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/gen-world-sets b/scripts/gen-world-sets
new file mode 100755
index 0000000..fd950ee
--- /dev/null
+++ b/scripts/gen-world-sets
@@ -0,0 +1,6 @@
+#! /bin/bash
+
+(
+ cd /etc/portage/sets
+ ls | sed 's/^/@/' > /var/lib/portage/world_sets
+)