From a59532eb9f3698c8cf72040d9b8490d637e6d112 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Fri, 18 Feb 2022 11:51:14 -0800 Subject: [PATCH] Add shebang to build.sh --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index b151610..0ff96ec 100755 --- a/build.sh +++ b/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 {} {} \;