From 58c7178bd06e420759941649980e320372202bd7 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sun, 29 Jun 2025 00:49:21 +0500 Subject: [PATCH] Update --- push.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 345883e..434d0f3 100755 --- a/push.sh +++ b/push.sh @@ -1,5 +1,6 @@ #!/bin/bash -git add . && git commit -m "Update" && git push +git add . && git commit -m "Update" +git push echo "Ready"