From f6a96474b69d67e101066a3d3d01344f4bec7ae9 Mon Sep 17 00:00:00 2001 From: devopsuser99 <71701176+devopsuser99@users.noreply.github.com> Date: Sat, 17 Oct 2020 07:52:11 +0530 Subject: [PATCH] commit- 02 --- sample_code.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sample_code.sh b/sample_code.sh index a63c644..fe1af31 100644 --- a/sample_code.sh +++ b/sample_code.sh @@ -5,5 +5,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 running in a build step" +echo "This is test01 from Linux Server" + SUM=$((FIRSTNUMBER + SECONDNUMBER)) echo "$SUM"