checks for layout

This commit is contained in:
waldek 2021-04-10 14:08:58 +02:00
parent 5912945ed0
commit f06b73e8ef
1 changed files with 34 additions and 37 deletions

View File

@ -125,7 +125,6 @@ fi
## Guided Exercises
1. Read the contents of script1.sh below:
```
#!/bin/bash
@ -145,9 +144,7 @@ fi
echo "here's your cake!"
exit 0
```
* What is the output of these commands?
```
./script1.sh
echo $?