From 8827cde42150d2be56fbe38765e3f257cc7753b3 Mon Sep 17 00:00:00 2001 From: notafnwhale Date: Wed, 3 Apr 2024 23:03:15 +0300 Subject: [PATCH 1/6] Added backup.sh --- backup.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 backup.sh diff --git a/backup.sh b/backup.sh new file mode 100755 index 00000000..8fbf7fa4 --- /dev/null +++ b/backup.sh @@ -0,0 +1 @@ +echo Hello, World! From b4378612d5bed9370d2bc7f52a51d64fdd2c3997 Mon Sep 17 00:00:00 2001 From: notafnwhale Date: Wed, 3 Apr 2024 23:08:13 +0300 Subject: [PATCH 2/6] Modified backup.sh --- backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backup.sh b/backup.sh index 8fbf7fa4..1433654d 100755 --- a/backup.sh +++ b/backup.sh @@ -1 +1,2 @@ echo Hello, World! +echo Wow, it works From 2a17798e978bd692d6605039ebbe97c57ba9dc33 Mon Sep 17 00:00:00 2001 From: notafnwhale Date: Wed, 3 Apr 2024 23:08:44 +0300 Subject: [PATCH 3/6] Syntax error in backup.sh --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 1433654d..928704a3 100755 --- a/backup.sh +++ b/backup.sh @@ -1,2 +1,2 @@ echo Hello, World! -echo Wow, it works +eho Wow, it works From 9dfc78c338672a8a11a86b61c462aca270d4584e Mon Sep 17 00:00:00 2001 From: notafnwhale Date: Wed, 3 Apr 2024 23:17:48 +0300 Subject: [PATCH 4/6] Revert "Syntax error in backup.sh" This reverts commit 2a17798e978bd692d6605039ebbe97c57ba9dc33. --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 928704a3..1433654d 100755 --- a/backup.sh +++ b/backup.sh @@ -1,2 +1,2 @@ echo Hello, World! -eho Wow, it works +echo Wow, it works From 8d7beb3ab482b34b7e3d67ff5cb10ddfe2625055 Mon Sep 17 00:00:00 2001 From: notafnwhale Date: Wed, 3 Apr 2024 23:23:41 +0300 Subject: [PATCH 5/6] Update1 in backup.sh fixed --- backup.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/backup.sh b/backup.sh index 1433654d..33930e95 100755 --- a/backup.sh +++ b/backup.sh @@ -1,2 +1,9 @@ echo Hello, World! echo Wow, it works + +a=10 +b=20 + +sum=$(( $a + $b )) + +echo "$sum" From 06bda3fd3b5203e1031d2b871e2851d72c5e61ab Mon Sep 17 00:00:00 2001 From: notafnwhale Date: Wed, 3 Apr 2024 23:23:57 +0300 Subject: [PATCH 6/6] Update2 in backup.sh fixed --- backup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/backup.sh b/backup.sh index 33930e95..1b3e383a 100755 --- a/backup.sh +++ b/backup.sh @@ -1,5 +1,4 @@ echo Hello, World! -echo Wow, it works a=10 b=20