Scripts zu Rückgabewerte.

This commit is contained in:
Olli Graf
2024-09-22 12:16:16 +02:00
parent 48da83fdd3
commit 23e7a9090a
7 changed files with 63 additions and 7 deletions

View File

@@ -1,8 +1,9 @@
#! /usr/bin/bash
# File: loop-func.sh
function hallo() {
echo "Hallo 1"
echo "Hallo 2"
echo "-------"
}
count=1