melawy-arch-linux-updater-tray/push.sh

7 lines
72 B
Bash
Raw Normal View History

2024-05-04 23:25:34 +05:00
#!/bin/bash
2024-10-07 23:21:09 +05:00
git add . && git commit -m "Update"
git push
2024-05-04 23:25:34 +05:00
echo "Ready"