shithub: riscv

ref: c45d7ed1a2b3d3b7233a25f1d8a154a85dd85b00
dir: /sys/src/cmd/pkg/list/

View raw version
#!/bin/rc

if(~ $#pkgpath 0)
	pkgpath=http://pkg.violetti.org/$cputype

if(~ $pkgpath ftp* http*)
	hget $pkgpath | htmlfmt | grep '\.tbz' | sed -e 's/\.tbz$//'
if not
	ls -p $pkgpath/*.tbz | sed 's/\.tbz//g'