melawy-arch-linux-updater/push.sh

6 lines
75 B
Bash
Raw Normal View History

2023-06-13 01:33:16 +05:00
#!/bin/bash
git add . && git commit -m "Update" && git push
2023-11-15 20:45:38 +05:00
echo "Ready"