vault backup: 2024-05-30 18:11:46
This commit is contained in:
parent
4016bb9725
commit
9783b81c78
@ -46,8 +46,8 @@ fi
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
| Command | Description |
|
| Command | Description |
|
||||||
| ----------------- | ---------------------------------------------------------------------------------------------- |
|
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `exit [CODE]` | Make the script process exit, where `[CODE]` is the exit code the process will terminate with. |
|
| `exit [CODE]` | Make the script process exit, where `[CODE]` is the exit code the process will terminate with. |
|
||||||
| `read [VARIABLE]` | Read user input into the provided variable. |
|
| `read [VARIABLE]` | Read user input into the provided variable. |
|
||||||
| `test CONDITION]` | |
|
| `test [CONDITION]` | Used for conditionals, `test` will return an exit code of 0 if the test evaluates to true. Refer to the [manual](https://man7.org/linux/man-pages/man1/test.1.html) for more info. |
|
||||||
|
Loading…
Reference in New Issue
Block a user