]> git.pld-linux.org Git - packages/rpm-build-tools.git/blob - get-all-specs.sh
- ups
[packages/rpm-build-tools.git] / get-all-specs.sh
1 #!/bin/sh
2 # get only *.spec files from packages/
3 # thx SamChi,pawelz
4
5 cd .. ; wget http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ -O - | sed '/<a href="\./!d' | sed 's,^.*<a href="\./\(.*\)/".*$,\packages/\1/\1.spec,' | xargs cvs get
This page took 0.02574 seconds and 4 git commands to generate.