#!/bin/sh for font in dist-font/cm-data/NotoSans/* do echo "Patching $font" fontforge -script fontpatcher.pe $font done