Add shebang to build.sh
This commit is contained in:
parent
4f2e06d6ba
commit
a59532eb9f
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -1 +1,2 @@
|
|||
#!/bin/bash
|
||||
hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;
|
||||
|
|
Loading…
Add table
Reference in a new issue