bin/fontlist

4 lines
55 B
Bash
Executable File

#!/bin/bash
fc-list | cut -f2 -d: | sort -u | less -r