shithub: img

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

View raw version
#!/bin/rc

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