Codebase list rust-stfu8 / 886dc74
Make list-pending-not-NEW executable, rm redundant sed Ximin Luo 5 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
55 git fetch origin --prune
66 comm -13 \
77 <(curl -s https://ftp-master.debian.org/new.html | \
8 sed -n -e '1,/<td class="package">'"$1"'<\/td>/p' | \
98 grep '<td class="package">rust-' | \
109 sed -nre 's/.*\brust-([-A-Za-z0-9]+)\b.*/\1/gp' | \
1110 sort) \