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/simple-func.sh Normal file → Executable file
View File

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