#!/bin/bash

./ls-chars.sh ":family=Liberation Mono:style=Regular" > Liberation-Mono-Regular/hex.txt
./ls-chars.sh ":family=DejaVu Sans Mono:style=Book" > DejaVu-Sans-Mono-Book/hex.txt
./ls-chars.sh ":family=Iosevka Fixed Slab:style=Extended" > Iosevka-Fixed-Slab-Extended/hex.txt
./ls-chars.sh ":family=IBM Plex Mono:style=Regular" > IBM-Plex-Mono-Regular/hex.txt
./ls-chars.sh ":family=Hack:style=Regular" > Hack-Regular/hex.txt
