Update
This commit is contained in:
@@ -26,6 +26,12 @@ else
|
||||
fi
|
||||
```
|
||||
|
||||
### if (one-line)
|
||||
|
||||
```bash
|
||||
if [ "$choice" == "72" ]; then echo "sphp 72"; elif [ "$choice" == "73" ]; then echo "sphp 73"; fi
|
||||
```
|
||||
|
||||
|
||||
|
||||
### if imbriqué
|
||||
|
||||
Reference in New Issue
Block a user