From 64882774823c54db651326db699b6b54eed876fb Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 19 Aug 2023 20:57:29 +0530 Subject: [PATCH] chore(scripts): include shebang (x1) --- scripts/bundle-prod.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bundle-prod.sh b/scripts/bundle-prod.sh index 2199d56..af0e4e0 100644 --- a/scripts/bundle-prod.sh +++ b/scripts/bundle-prod.sh @@ -1 +1,3 @@ +#!/usr/bin/bash + ([[ $WALLY_BUILD ]] && darklua process src/init.luau dist/codenamer.luau | sed 's/^/[darklua]: /') || echo "[!] Depth build not supported yet!"