Skip to content

Instantly share code, notes, and snippets.

@kayluhb
Created January 15, 2015 20:05
Show Gist options
  • Save kayluhb/6dea97d930587fb73f0e to your computer and use it in GitHub Desktop.
Save kayluhb/6dea97d930587fb73f0e to your computer and use it in GitHub Desktop.
replace fontname
for i in proximanova-*-webfont.*; do mv $i $(echo $i | sed 's/proxima-//g' | sed 's/-webfont//g'); done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment