Gen 331: fixed some edge cases in garbage-collect

This commit is contained in:
pagedMov
2024-10-11 02:05:14 -04:00
parent 3586a5cd3c
commit f3a8370799
2 changed files with 12 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ git diff --quiet
if [ $? -eq 0 ]; then
scheck && runbg aplay ~/media/sound/sys/warning.wav
echo "Nothing to commit"
return
exit
fi
git add .
git commit -m "Gen $gen: $@"