From 19793068b3ee5b31298d2c73ed7b8ac7ffd801aa Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 12 Jun 2021 20:33:37 -0500 Subject: [PATCH] Use bash instead of sh in compress.sh --- compress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compress.sh b/compress.sh index ca5cf48..7872ff3 100755 --- a/compress.sh +++ b/compress.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash files=$(find public/ -name "*.html" -o -name "*.xml" -o -name "*.css" -o -name "*.js")