Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
cd /usr/share/cups/fonts/; for I in $(find /usr/share/fonts -type f | grep '.*[.]ttf$'); do echo ln -s "$I $(basename $I)"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment