vault backup: 2024-05-30 17:47:46
This commit is contained in:
parent
2b7c23d782
commit
9bdbc4da23
@ -10,4 +10,4 @@ echo "Hello, World!"
|
||||
`#!/bin/sh` means that this script can be executed by the binary located at `/bin/sh`, and so the reader knows this is a `sh`(ell) script.
|
||||
|
||||
## Variables
|
||||
In bash, variable assignment is done with the `=` operat
|
||||
In bash, variable assignment is done with the `=` operator. Variables are conventionally named with `SCREAMING_SNAKE_CASE`, and can be accessed by prefixing the variable name with a dollar sign ()
|
Loading…
Reference in New Issue
Block a user