Skip to content
Snippets Groups Projects
list.sh 85 B
for i in $(grep ^Code conf/distributions |cut -d' ' -f2)
do
reprepro list $i $1
done