Gen 326: some more sound file tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user