15 lines
249 B
Markdown
15 lines
249 B
Markdown
```plantuml
|
|
Alice -> Bob: Authentication Request
|
|
Bob --> Alice: Authentication Response
|
|
|
|
Alice -> Bob: Another authentication Request
|
|
Alice <-- Bob: Another authentication Response
|
|
|
|
```
|
|
|
|
|
|
```bash
|
|
if [ -z $AA ]; then
|
|
echo "XX"
|
|
fi
|
|
``` |