Gen 326: some more sound file tweaks

This commit is contained in:
pagedMov
2024-10-11 01:22:20 -04:00
parent c84a213dfe
commit 3586a5cd3c

View File

@@ -9,10 +9,12 @@ gen=$((gen + 1))
git diff --quiet
if [ $? -eq 0 ]; then
scheck && runbg aplay ~/media/sound/sys/warning.wav
echo "Nothing to commit"
return
fi
git add .
git commit -m "Gen $gen: $@"
git push
scheck && runbg aplay ~/media/sound/sys/gitpush.wav
builtin cd - || exit