This commit is contained in:
Valeria Fadeeva 2025-06-29 00:49:21 +05:00
parent ec3da82364
commit 58c7178bd0
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
git add . && git commit -m "Update" && git push
git add . && git commit -m "Update"
git push
echo "Ready"