erste Scripts für Teil 11 (if)
This commit is contained in:
11
teil11/strings.sh
Normal file
11
teil11/strings.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#strings.sh
|
||||
|
||||
|
||||
string1='Skinner'
|
||||
|
||||
if [[ ${string1} == 'Skinner' ]]; then
|
||||
echo "Es ist Skinner"
|
||||
else
|
||||
echo " Es ist nicht Skinner"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user