melawy-linux-welcome/push.sh

7 lines
72 B
Bash
Raw Normal View History

2025-01-23 16:39:06 +05:00
#!/bin/bash
git add . && git commit -m "Update"
git push
echo "Ready"