From b160e3ada66183af2ac774f81a47f2ab612af9d2 Mon Sep 17 00:00:00 2001 From: RohithaRayapureddy <143065208+RohithaRayapureddy@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:34:25 +0530 Subject: [PATCH] Update sample_code.sh --- sample_code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_code.sh b/sample_code.sh index 360967c..a52cb67 100644 --- a/sample_code.sh +++ b/sample_code.sh @@ -4,6 +4,6 @@ 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 running in a build step and it shows changes" +echo "This is running in a build step and it shows changes file" SUM=$((FIRSTNUMBER + SECONDNUMBER)) echo "$SUM"