mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2024-11-25 07:43:42 +01:00
Compare commits
9 Commits
1b9b1fcc5d
...
2849f0ac0e
Author | SHA1 | Date | |
---|---|---|---|
|
2849f0ac0e | ||
|
cea8224acf | ||
|
130cf66693 | ||
|
738b13c314 | ||
|
991569619d | ||
|
5fdf713d7a | ||
|
8755bb9ae5 | ||
|
ad8de48569 | ||
|
113cbf9225 |
@ -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 mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-awesome-pages-plugin mkdocs-minify-plugin
|
||||
pip install -r requirements.txt
|
||||
mkdocs serve
|
||||
```
|
||||
|
||||
|
@ -85,7 +85,7 @@ Doing specific tasks: concepts, methods, ideas:
|
||||
| ------------------------------------------------ | ---------------------------------------------------------------- |
|
||||
| **Grouping** | |
|
||||
| `{ ...; }` | [command grouping](syntax/ccmd/grouping_plain.md) |
|
||||
| `( ... .md)` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.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) |
|
||||
|
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
mkdocs-material
|
||||
mkdocs-git-revision-date-localized-plugin
|
||||
mkdocs-awesome-pages-plugin
|
||||
mkdocs-minify-plugin
|
Loading…
Reference in New Issue
Block a user