From 7aaab9cd7ffa75771fbc03492688a69cd484c5fc Mon Sep 17 00:00:00 2001 From: sorawalker Date: Thu, 27 Mar 2025 23:07:13 +0300 Subject: [PATCH 1/2] feat (backup.sh): Backup script --- backup.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 backup.sh diff --git a/backup.sh b/backup.sh new file mode 100755 index 00000000..e14a9748 --- /dev/null +++ b/backup.sh @@ -0,0 +1,2 @@ +echo Hello, world! + From 30347d60084fa34fce7960cb41f1e944dad8302c Mon Sep 17 00:00:00 2001 From: sorawalker Date: Thu, 27 Mar 2025 23:08:55 +0300 Subject: [PATCH 2/2] feat (backup.sh): Say bye in backup script --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index e14a9748..e0b59d4a 100755 --- a/backup.sh +++ b/backup.sh @@ -1,2 +1,2 @@ echo Hello, world! - +echo Bye, world! # Say bye to world