1 2 3 4 5 6 7
#!/bin/bash OVERLAY="/home/ctibor/počítač/portage/brancik-overlay" for EBUILD in ${OVERLAY}/[a-z]*-[a-z]*/[a-z]*/[a-z]*-[0-9]*.ebuild ; do /usr/bin/ebuild $EBUILD manifest done