Closed jboning closed 1 year ago
github's web ui doesn't provide a nice way to preview all the images so I thought an index would be useful for casual browsers
Created with (echo '| name | image |'; echo '| - | - |'; for f in $(ls all-the-bufo); do echo "| $f | "'!'"[$f](all-the-bufo/$f) |"; done) > index.md
(echo '| name | image |'; echo '| - | - |'; for f in $(ls all-the-bufo); do echo "| $f | "'!'"[$f](all-the-bufo/$f) |"; done) > index.md
thanks, much appreciated
github's web ui doesn't provide a nice way to preview all the images so I thought an index would be useful for casual browsers
Created with
(echo '| name | image |'; echo '| - | - |'; for f in $(ls all-the-bufo); do echo "| $f | "'!'"[$f](all-the-bufo/$f) |"; done) > index.md