From 38e183c0aec5f03cf430610a54ce46e869dcd17c Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Mon, 7 Oct 2024 00:38:28 +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"