Skip to content

Instantly share code, notes, and snippets.

@hprobotic
Created September 23, 2019 00:56
Show Gist options
  • Save hprobotic/5e1d4837cc27ce73fdac89fd1aecaf3d to your computer and use it in GitHub Desktop.
Save hprobotic/5e1d4837cc27ce73fdac89fd1aecaf3d to your computer and use it in GitHub Desktop.
Font renamer
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