Script ausführbar gemacht.
This commit is contained in:
3
teil16/simple-func.sh
Normal file → Executable file
3
teil16/simple-func.sh
Normal file → Executable file
@@ -1,7 +1,8 @@
|
||||
#! /usr/bin/bash
|
||||
|
||||
function hallo() {
|
||||
echo "Hallo"
|
||||
echo "Hallo 1"
|
||||
echo "Hallo 2"
|
||||
}
|
||||
|
||||
hallo
|
||||
|
Reference in New Issue
Block a user