diff --git a/README.md b/README.md index 3156d3d..884c034 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# openshift-python-test \ No newline at end of file +# openshift-python-test + +Test2 testing diff --git a/script.sh b/script.sh new file mode 100644 index 0000000..46c0d0e --- /dev/null +++ b/script.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Hello world"