checks for layout
This commit is contained in:
parent
5912945ed0
commit
f06b73e8ef
|
@ -125,7 +125,6 @@ fi
|
||||||
## Guided Exercises
|
## Guided Exercises
|
||||||
|
|
||||||
1. Read the contents of script1.sh below:
|
1. Read the contents of script1.sh below:
|
||||||
|
|
||||||
```
|
```
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
@ -145,9 +144,7 @@ fi
|
||||||
echo "here's your cake!"
|
echo "here's your cake!"
|
||||||
exit 0
|
exit 0
|
||||||
```
|
```
|
||||||
|
|
||||||
* What is the output of these commands?
|
* What is the output of these commands?
|
||||||
|
|
||||||
```
|
```
|
||||||
./script1.sh
|
./script1.sh
|
||||||
echo $?
|
echo $?
|
||||||
|
|
Loading…
Reference in New Issue