blog-rekahsoft-ca/site-test

8 lines
168 B
Plaintext
Raw Normal View History

#!/bin/bash
# Remove empty files under directory _site
find _site -type f -empty -exec rm -v {} \;
# Test site
cabal test --show-details=always --test-option=--color