9 lines
77 B
Markdown
9 lines
77 B
Markdown
```bash
|
|
apt update && apt upgrade -y
|
|
```
|
|
|
|
|
|
|
|
```bash
|
|
echo "this is a test"
|
|
``` |