regen_manifest.sh 104 B

12345
  1. #!/bin/sh
  2. find . -iname '*.ebuild' | \
  3. { [[ $@ ]] && grep $@ || cat; } | \
  4. xargs -I{} ebuild {} digest