diff options
Diffstat (limited to 'scripts/gen-world-sets')
-rwxr-xr-x | scripts/gen-world-sets | 6 |
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 +) |