minor tweak
This commit is contained in:
parent
2576e6269f
commit
4b59258364
3
build.sh
3
build.sh
@ -1,5 +1,6 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
#
|
||||||
mkdir -p build/cordle
|
mkdir -p build/cordle
|
||||||
|
|
||||||
echo "Building application."
|
echo "Building application."
|
||||||
@ -10,7 +11,7 @@ if (( RESULT == 0 )); then
|
|||||||
echo "Compile successful. Copying wordlists..."
|
echo "Compile successful. Copying wordlists..."
|
||||||
cp -R wordlists build/cordle
|
cp -R wordlists build/cordle
|
||||||
echo "Build completed."
|
echo "Build completed."
|
||||||
rm build/cordle-build.log
|
rm build/cordle-build.log # If build is good, we don't need this anymore.
|
||||||
else
|
else
|
||||||
echo "Something went wrong..."
|
echo "Something went wrong..."
|
||||||
cat build/cordle-build.log
|
cat build/cordle-build.log
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user