ref: 7c8031e2a4e397bcc2017f3b9e5770d7165c2d0b
dir: /sys/src/cmd/pkg/list/
#!/bin/rc if(~ $#pkgpath 0) pkgpath=http://plan9.stanleylieber.com/pkg/$cputype if(~ $pkgpath ftp* http*) hget $pkgpath | htmlfmt | grep '\.tbz' | sed -e 's/\.tbz$//' if not ls -p $pkgpath/*.tbz | sed 's/\.tbz//g'