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