ref: d0d9f930a1f4197b49f0c4334c8a3d5f09d8e108
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'