From 5e337c087113341db315157ccafef0b868dd797e Mon Sep 17 00:00:00 2001 From: netebla <83090174+netebla@users.noreply.github.com> Date: Fri, 14 Mar 2025 17:33:44 +0300 Subject: [PATCH 1/5] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=8B=D1=82=D0=B0=D0=BB?= =?UTF-8?q?=D1=81=D1=8F=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82=D1=8C?= =?UTF-8?q?=20backup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 backup.sh diff --git a/backup.sh b/backup.sh new file mode 100644 index 00000000..e5d10ad8 --- /dev/null +++ b/backup.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo "Hello world..." From a9643d3bd6f033f4ce2a49d8c0024e35dc82fbfc Mon Sep 17 00:00:00 2001 From: netebla <83090174+netebla@users.noreply.github.com> Date: Fri, 14 Mar 2025 17:47:08 +0300 Subject: [PATCH 2/5] Commit with new string --- backup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index e5d10ad8..aeb86f42 100644 --- a/backup.sh +++ b/backup.sh @@ -1,2 +1,4 @@ #!/bin/bash -echo "Hello world..." +echo "Hello world... +#new string + From eb005a981b6236298c6e3a7f2e3e175ab5e21726 Mon Sep 17 00:00:00 2001 From: netebla <83090174+netebla@users.noreply.github.com> Date: Fri, 14 Mar 2025 17:50:27 +0300 Subject: [PATCH 3/5] =?UTF-8?q?=D0=A4=D0=B0=D0=B9=D0=BB=20=D1=81=20=D0=BE?= =?UTF-8?q?=D1=88=D0=B8=D0=B1=D0=BA=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backup.sh b/backup.sh index aeb86f42..f1085684 100644 --- a/backup.sh +++ b/backup.sh @@ -2,3 +2,4 @@ echo "Hello world... #new string +echo "текст с незакрытой кавычкой From b23480cb5a4a712d24400bedf1b3dd3f50f6f734 Mon Sep 17 00:00:00 2001 From: netebla <83090174+netebla@users.noreply.github.com> Date: Fri, 14 Mar 2025 18:02:14 +0300 Subject: [PATCH 4/5] Added another.py --- another.py | 1 + backup.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 another.py diff --git a/another.py b/another.py new file mode 100644 index 00000000..10be2a89 --- /dev/null +++ b/another.py @@ -0,0 +1 @@ +print("Hello another") diff --git a/backup.sh b/backup.sh index f1085684..aeb86f42 100644 --- a/backup.sh +++ b/backup.sh @@ -2,4 +2,3 @@ echo "Hello world... #new string -echo "текст с незакрытой кавычкой From 00f8df56e7a8e9994a191ffd4e69c084805b54a3 Mon Sep 17 00:00:00 2001 From: netebla <83090174+netebla@users.noreply.github.com> Date: Fri, 14 Mar 2025 18:02:47 +0300 Subject: [PATCH 5/5] Added main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 14d6e9e4..0a134a9a 100644 --- a/main.py +++ b/main.py @@ -1,2 +1,2 @@ print("Hello, world") -print("") +print("Something")