Implement

This commit is contained in:
Andras Schmelczer 2025-10-20 20:22:29 +01:00
parent d1c4b319a5
commit b160dadf44
18 changed files with 1615 additions and 48 deletions

View file

@ -36,6 +36,11 @@ if [[ "$FIX_MODE" == false ]] && [[ $(git status --porcelain) ]]; then
exit 1
fi
echo "Success"
cd ..
if [[ "$FIX_MODE" == true ]]; then
$0
fi
echo "Success"