From 779d6d08403cbf747c4bf74fb14dd5e90fe9fa01 Mon Sep 17 00:00:00 2001 From: milalika Date: Sat, 5 Oct 2024 18:12:22 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82=20backup.sh?= 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..31ffd653 --- /dev/null +++ b/backup.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo "Привет, мир!" \ No newline at end of file From 795099c382d4dbebd2f14c76683c9cee0b592676 Mon Sep 17 00:00:00 2001 From: milalika Date: Sat, 5 Oct 2024 18:19:50 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backup.sh b/backup.sh index 31ffd653..34235ff8 100644 --- a/backup.sh +++ b/backup.sh @@ -1,2 +1,5 @@ #!/bin/bash + +# Здороваемся + echo "Привет, мир!" \ No newline at end of file From 9fb7ac6c58597ac16e33f39b6e09fb8679da00b5 Mon Sep 17 00:00:00 2001 From: milalika Date: Sat, 5 Oct 2024 18:34:04 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=81=D1=82=D1=80=D0=BE=D1=87=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 34235ff8..d61bf0f8 100644 --- a/backup.sh +++ b/backup.sh @@ -2,4 +2,6 @@ # Здороваемся -echo "Привет, мир!" \ No newline at end of file +echo "Привет, мир!" + +echo "Как тебя зовут?" \ No newline at end of file From 03f98de0f0abe7d25c389f223d6cccc91525a259 Mon Sep 17 00:00:00 2001 From: milalika Date: Sat, 5 Oct 2024 18:44:10 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D0=B9=20=D0=BA=20=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B5=20?= =?UTF-8?q?9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backup.sh b/backup.sh index d61bf0f8..45ef8750 100644 --- a/backup.sh +++ b/backup.sh @@ -4,4 +4,6 @@ echo "Привет, мир!" +# Спрашиваем имя + echo "Как тебя зовут?" \ No newline at end of file