From 86fd4df1bd030e48c19ee3347dcd627d15e30bf6 Mon Sep 17 00:00:00 2001 From: vanajachappa09 <117300341+vanajachappa09@users.noreply.github.com> Date: Sun, 6 Nov 2022 22:03:07 +0530 Subject: [PATCH] Update sample_code.sh --- sample_code.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sample_code.sh b/sample_code.sh index 360967c..4f4f75f 100644 --- a/sample_code.sh +++ b/sample_code.sh @@ -4,6 +4,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 "i am sriram" echo "This is running in a build step and it shows changes" SUM=$((FIRSTNUMBER + SECONDNUMBER)) echo "$SUM"