shithub: img

ref: e596cb983af53d3a18b484302b53ce8e0f8ec58f
dir: /sdrip/fns.rc/

View raw version
#!/bin/rc

fn lscmd{
	for(ext in HEIC JPG PNG WEBP)
		ls -- *.^$ext >[2]/dev/null || true
}