summaryrefslogtreecommitdiffstats
path: root/scripts/gen-world-sets
blob: fd950ee057651dddac4c98a1b260f9fccf4fc337 (plain)
1
2
3
4
5
6
#! /bin/bash

( 
    cd /etc/portage/sets
    ls | sed 's/^/@/' > /var/lib/portage/world_sets
)