teil11 und teil13
This commit is contained in:
10
teil11/ifeq.sh
Normal file
10
teil11/ifeq.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
# ifeq.sh
|
||||
|
||||
a=10
|
||||
|
||||
if [ ${a} = 10 ]; then
|
||||
echo "a ist 10"
|
||||
else
|
||||
echo "a ist ungleich 10"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user