stackalytics/scripts/grab-buglist.sh
2013-06-22 15:42:32 +04:00

7 lines
174 B
Bash
Executable File

#!/bin/bash
grep -v '^#' grizzly-with-libs | \
while read project; do \
.././tools/with_venv.sh python ./launchpad/buglist.py $project grizzly; \
done > buglist.txt