diff --git a/hello-world.sh b/hello-world.sh new file mode 100755 index 0000000..f22186a --- /dev/null +++ b/hello-world.sh @@ -0,0 +1,4 @@ +#! /bin/bash + +echo "hallo welt" +echo "hello world" diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..1644a46 --- /dev/null +++ b/test.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +echo "this is test.sh" diff --git a/test2.sh b/test2.sh new file mode 100644 index 0000000..f80b546 --- /dev/null +++ b/test2.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +echo "this is test2.sh"