1 line
83 B
Bash
1 line
83 B
Bash
|
ls -d */ | parallel 'cd {} && [ -f PKGBUILD ] && makepkg --printsrcinfo > .SRCINFO'
|