update repository
[cmdllinux.git] / mixed_n_other / _distrowatch_dl.sh
blobe2e583409b10194ad2a486dd3df72d98af8f2289
1 #read file sections - key word to key word
2 wget -q http://distrowatch.com/index.php -O dwatch.php
3 sh _find_file_section.sh dwatch.php "&nbsp;Latest Packages" "</table>" | \
4 grep -o "&bull; <a href=.*>" | sed -e 's%&bull; <a href=%%' -e 's%>.*%%'