vault backup: 2024-05-30 17:50:46

This commit is contained in:
zleyyij 2024-05-30 17:50:46 -06:00
parent f1929b060e
commit e2c4aa22a7

View File

@ -18,3 +18,6 @@ In bash, variable assignment is done with the `=` operator. Variables are conven
MY_VARIABLE="Hi Mom!"
echo $MY_VARIABLE
```
## Operators