diff --git a/04_push.sh b/04_push.sh index 5840a9b..a9a24d8 100755 --- a/04_push.sh +++ b/04_push.sh @@ -1,6 +1,3 @@ #!/bin/bash git add . && git commit -m "Update" && git push - -echo "melawy" | beep -f 200 -l 250 -d 100 -r 1 -n -s -notify-send -a "$(basename $(pwd)): Push" -t 999999999 "Update finished" "$(date '+%Y.%m.%d %H:%M:%S')"