From 118748d0fe0204017d00f2dde0156af02ddd8024 Mon Sep 17 00:00:00 2001 From: cyberbit Date: Wed, 11 Oct 2023 18:34:53 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20glob=20the=20star?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 9bafdd1..3551d95 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,8 @@ #!/bin/bash +# glob the star +shopt -s globstar + mkdir -p dist rm -rf dist/* echo 'building...'