diff --git a/.gitignore b/.gitignore index 53a6184..0fa4230 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /answers/ /patches/healed/ /output/ +.progress.txt # Leave this in here for older zig versions /zig-cache/ diff --git a/patches/eowyn.sh b/patches/eowyn.sh index 8cac450..4eb35b6 100755 --- a/patches/eowyn.sh +++ b/patches/eowyn.sh @@ -26,6 +26,13 @@ echo "Zig version" $(zig version) echo "Eowyn version 23.10.5.1, let's try our magic power." echo "" +# Remove progress file +progress_file=".progress.txt" +if [ -f $progress_file ]; then + rm $progress_file +fi + + # Create directory of healing if it doesn't already exist. mkdir -p patches/healed