Make it possible to alter code inside of the bash script

This commit is contained in:
Sven van Heugten 2026-02-20 17:30:22 +01:00
parent f87d6bd4c8
commit 4508d3f1b3
No known key found for this signature in database
GPG key ID: D612F88666F4F660
2 changed files with 12 additions and 0 deletions

View file

@ -53,6 +53,7 @@ for commit_hash in "${commits[@]}"; do
git checkout -q "$orig_ref"
exit 1
fi
git restore -q .
fi
echo
done