From 88a12872d2266371f4c6e0b56e47996d7980e8c7 Mon Sep 17 00:00:00 2001 From: Ajinkya Bari Date: Sun, 9 Nov 2025 09:17:51 +0530 Subject: [PATCH] My changes is done --- Script5.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Script5.sh b/Script5.sh index e7c8a94..c8a2345 100644 --- a/Script5.sh +++ b/Script5.sh @@ -2,5 +2,5 @@ #This script is to make variable read only, means we cannot set the value of NAME variable again NAME=Young-Minds readonly NAME -NAME=DEVOPS -echo "my name is: $NAME" +My name is Ajinkya +I am first time using this git