add readme and build script
This commit is contained in:
parent
f4c67ede2e
commit
e3827097f3
1
build.sh
1
build.sh
@ -6,7 +6,6 @@ echo "Building application."
|
|||||||
gcc -std=c90 -o build/cordle/cordle src/*.c -Iinclude -lncurses
|
gcc -std=c90 -o build/cordle/cordle src/*.c -Iinclude -lncurses
|
||||||
export RESULT=$?
|
export RESULT=$?
|
||||||
|
|
||||||
# shellcheck disable=SC1073
|
|
||||||
if (( RESULT == 0 )); then
|
if (( RESULT == 0 )); then
|
||||||
echo "Compile successful. Copying wordlists..."
|
echo "Compile successful. Copying wordlists..."
|
||||||
cp -R wordlists build/cordle
|
cp -R wordlists build/cordle
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user