documentation rewritten

This commit is contained in:
pvincent
2026-08-10 17:37:32 +04:00
parent 13a5d98c8a
commit c14acaf6d0
5 changed files with 83 additions and 61 deletions
+4 -1
View File
@@ -1,5 +1,9 @@
# Documentation
* [Bash Tips](./bash_tips.md)
* [Development Mode](./development.md)
* [TODO](./todo.md)
## prevent last false
function body should not end up with a ternary statement
@@ -36,4 +40,3 @@ count=0
count=0
count=$((count+1))
```