Gen 326: some more sound file tweaks
This commit is contained in:
@@ -9,10 +9,12 @@ gen=$((gen + 1))
|
|||||||
|
|
||||||
git diff --quiet
|
git diff --quiet
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
scheck && runbg aplay ~/media/sound/sys/warning.wav
|
||||||
echo "Nothing to commit"
|
echo "Nothing to commit"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Gen $gen: $@"
|
git commit -m "Gen $gen: $@"
|
||||||
git push
|
git push
|
||||||
|
scheck && runbg aplay ~/media/sound/sys/gitpush.wav
|
||||||
builtin cd - || exit
|
builtin cd - || exit
|
||||||
|
|||||||
Reference in New Issue
Block a user