diff --git a/README.md b/README.md index 0575582..c5c87aa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # devops-helloworld + devops-helloworld + # Abstract This Repo is Sample Hello-World Project diff --git a/sample_code.sh b/sample_code.sh new file mode 100644 index 0000000..a63c644 --- /dev/null +++ b/sample_code.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# + +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" +SUM=$((FIRSTNUMBER + SECONDNUMBER)) +echo "$SUM"