checks for layout
This commit is contained in:
parent
5912945ed0
commit
f06b73e8ef
|
@ -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 $?
|
||||
|
|
Loading…
Reference in New Issue