Add shebang to build.sh

This commit is contained in:
Elnu 2022-02-18 11:51:14 -08:00
parent 4f2e06d6ba
commit a59532eb9f

View file

@ -1 +1,2 @@
#!/bin/bash
hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \; hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;