5 lines
435 B
Markdown
5 lines
435 B
Markdown
I have a git repo with a bunch of folders and files. I use it as a file server. There's a git post-receive hook that make all those files available on a web server.
|
|
|
|
One of those folders contains fonts and folders with font files. I would like a bash script that would generate a list of every fonts in the folder.
|
|
|
|
Then, I would like to generate a simple html page with all those fonts listed with the name written in the font itself. |