Dateien hochladen nach „teil16“
Scripts zu Funktionen
This commit is contained in:
11
teil16/simple-func.sh
Normal file
11
teil16/simple-func.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#! /usr/bin/bash
|
||||
|
||||
function hallo() {
|
||||
echo "Hallo"
|
||||
}
|
||||
|
||||
hallo
|
||||
hallo
|
||||
hallo
|
||||
hallo
|
||||
|
Reference in New Issue
Block a user