Created
September 23, 2019 00:56
-
-
Save hprobotic/5e1d4837cc27ce73fdac89fd1aecaf3d to your computer and use it in GitHub Desktop.
Font renamer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for filename in IBMPlexSans*; do echo mv \"$filename\" \"${filename//IBMPlexSans/Roboto}\"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment