ref: e77396407a2c8f51bbc6d811dba95dfef921f4d8
dir: /sys/src/cmd/pkg/list/
#!/bin/rc if(~ $#pkgpath 0) pkgpath=http://r-36.net/9front/pkg/$cputype if(~ $pkgpath ftp* http*) hget $pkgpath | htmlfmt | grep '\.tbz' | sed -e 's/• //g; s/\.tbz.*$//g' if not ls -p $pkgpath/*.tbz | sed 's/\.tbz.*$//g'