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"