Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sample_code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
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 and it shows changes"
echo "This is running in a build step and it shows changes file"
SUM=$((FIRSTNUMBER + SECONDNUMBER))
echo "$SUM"