Script ausführbar gemacht.

This commit is contained in:
2024-09-20 12:52:18 +02:00
parent 82620782b3
commit 48da83fdd3
4 changed files with 15 additions and 6 deletions

3
teil16/loop-func.sh Normal file → Executable file
View File

@@ -1,7 +1,8 @@
#! /usr/bin/bash #! /usr/bin/bash
function hallo() { function hallo() {
echo "Hallo" echo "Hallo 1"
echo "Hallo 2"
} }
count=1 count=1

15
teil16/mult-echo.sh Normal file → Executable file
View File

@@ -1,6 +1,13 @@
#! /usr/bin/bash #! /usr/bin/bash
echo "Hallo" echo "Hallo 1"
echo "Hallo" echo "Hallo 2"
echo "Hallo"
echo "Hallo" echo "Hallo 1"
echo "Hallo 2"
echo "Hallo 1"
echo "Hallo 2"
echo "Hallo 1"
echo "Hallo 2"

0
teil16/param-func.sh Normal file → Executable file
View File

3
teil16/simple-func.sh Normal file → Executable file
View File

@@ -1,7 +1,8 @@
#! /usr/bin/bash #! /usr/bin/bash
function hallo() { function hallo() {
echo "Hallo" echo "Hallo 1"
echo "Hallo 2"
} }
hallo hallo