mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2024-11-25 07:43:42 +01:00
Compare commits
5 Commits
2849f0ac0e
...
1b9b1fcc5d
Author | SHA1 | Date | |
---|---|---|---|
|
1b9b1fcc5d | ||
|
304c1df565 | ||
|
3fa1627998 | ||
|
267eb1add1 | ||
|
50aeb31ff8 |
@ -11,7 +11,7 @@ To edit and develop locally install the following packages and run the built in
|
||||
```bash
|
||||
python3 -m venv env
|
||||
source env/bin/activate
|
||||
pip install -r requirements.txt
|
||||
pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-minify-plugin
|
||||
mkdocs serve
|
||||
```
|
||||
|
||||
|
@ -85,7 +85,7 @@ Doing specific tasks: concepts, methods, ideas:
|
||||
| ------------------------------------------------ | ---------------------------------------------------------------- |
|
||||
| **Grouping** | |
|
||||
| `{ ...; }` | [command grouping](syntax/ccmd/grouping_plain.md) |
|
||||
| `( ... )` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) |
|
||||
| `( ... .md)` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) |
|
||||
| **Conditionals** | |
|
||||
| `[[ ... ]]` | [conditional expression](syntax/ccmd/conditional_expression.md) |
|
||||
| `if ...; then ...; fi` | [conditional branching](syntax/ccmd/if_clause.md) |
|
||||
|
@ -1,4 +0,0 @@
|
||||
mkdocs-material
|
||||
mkdocs-git-revision-date-localized-plugin
|
||||
mkdocs-awesome-pages-plugin
|
||||
mkdocs-minify-plugin
|
Loading…
Reference in New Issue
Block a user