From 4b53c8873a0ad0cf30c8ed5f7ef56cb5d9a0b7a8 Mon Sep 17 00:00:00 2001 From: yashwanthpanjala <89287253+yashwanthpanjala@users.noreply.github.com> Date: Tue, 31 Aug 2021 09:16:38 +0530 Subject: [PATCH] firstcommit --- sample_code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_code.sh b/sample_code.sh index 360967c..063df2d 100644 --- a/sample_code.sh +++ b/sample_code.sh @@ -3,7 +3,7 @@ echo "This is an Samples Script from GitHub" echo "This is test from Linux Server" -echo "This is an example of a script" +echo "This is an example of a script languge" echo "This is running in a build step and it shows changes" SUM=$((FIRSTNUMBER + SECONDNUMBER)) echo "$SUM"