From 61ded4be07b389f9917e8472cdb2cca80ebb2c6d Mon Sep 17 00:00:00 2001 From: devopsuser99 <71701176+devopsuser99@users.noreply.github.com> Date: Sat, 17 Oct 2020 07:45:21 +0530 Subject: [PATCH] frist commit --- sample_code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_code.sh b/sample_code.sh index a63c644..552fc57 100644 --- a/sample_code.sh +++ b/sample_code.sh @@ -2,7 +2,7 @@ # echo "This is an Samples Script from GitHub" -echo "This is test from Linux Server" +echo "This is new test from Linux Server" echo "This is an example of a script" echo "This is running in a build step" SUM=$((FIRSTNUMBER + SECONDNUMBER))