From 4b592583648cd9cb84d498ca717070c1a5ae8540 Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Thu, 18 Dec 2025 12:12:24 +0000 Subject: [PATCH] minor tweak --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ea01efb..a11a5f9 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,6 @@ #!/usr/bin/env zsh +# mkdir -p build/cordle echo "Building application." @@ -10,7 +11,7 @@ if (( RESULT == 0 )); then echo "Compile successful. Copying wordlists..." cp -R wordlists build/cordle echo "Build completed." - rm build/cordle-build.log + rm build/cordle-build.log # If build is good, we don't need this anymore. else echo "Something went wrong..." cat build/cordle-build.log