melawy-archiso-config/push.sh

7 lines
72 B
Bash
Raw Normal View History

2024-07-19 21:52:47 +05:00
#!/bin/bash
2024-10-07 12:54:30 +05:00
git add . && git commit -m "Update"
git push
2024-07-19 21:52:47 +05:00
echo "Ready"