melawy-etc-skel-std-powerma.../04_push.sh

7 lines
219 B
Bash
Raw Normal View History

2023-10-22 04:11:19 +05:00
#!/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')"