Skip to content

Commit

Permalink
docs: add common.sh functions _log
Browse files Browse the repository at this point in the history
  • Loading branch information
asandikci committed Dec 3, 2023
1 parent 9877e48 commit 4e26cd7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
- [Roadmap](./dev/roadmap.md)
- [`pardus-bireysel` (script)](./dev/pardus-bireysel/README.md)
- [Introduction](./dev/pardus-bireysel/introduction.md)
- [Functions](./dev/pardus-bireysel/functions/README.md)
- [common.sh](./dev/pardus-bireysel/functions/common.md)
2 changes: 2 additions & 0 deletions src/dev/pardus-bireysel/functions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Fonksiyonlar ve İşlevleri
- [common.sh](./functions/common.md)
7 changes: 7 additions & 0 deletions src/dev/pardus-bireysel/functions/common.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# `common.sh`

```bash
_log
$1: panic, err, warn, ok, OK, i, v
$2: nl #newline
```

0 comments on commit 4e26cd7

Please sign in to comment.