Dateien hochladen nach „teil16“

Scripts zu Funktionen
This commit is contained in:
2024-09-20 05:05:00 +00:00
parent 68a8069739
commit b1065a657e
4 changed files with 41 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#! /usr/bin/bash
function hallo() {
echo "Hallo"
}
hallo
hallo
hallo
hallo