Last active
August 29, 2015 14:19
-
-
Save wildintellect/536b95baf9f82e3fc07f to your computer and use it in GitHub Desktop.
Bash Magic
This file contains 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
# Make a list of all fonts in the layout mapserver wants for a font file | |
find /usr/share/fonts -name "*.ttf" | xargs -i sh -c 'echo $(basename {}) {}' > fonts.list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment