now merged together

This commit is contained in:
fabian 2024-05-28 21:20:32 +02:00
parent 8d363d2500
commit a059a1112a
3 changed files with 10 additions and 0 deletions

4
hello-world.sh Executable file
View File

@ -0,0 +1,4 @@
#! /bin/bash
echo "hallo welt"
echo "hello world"

3
test.sh Normal file
View File

@ -0,0 +1,3 @@
#! /bin/bash
echo "this is test.sh"

3
test2.sh Normal file
View File

@ -0,0 +1,3 @@
#! /bin/bash
echo "this is test2.sh"