Updated Customizing Info (markdown)

Dylan Araps 2017-12-14 14:11:09 +11:00
parent 95d01f8e89
commit 097a7322b9
1 changed files with 6 additions and 0 deletions

@ -196,6 +196,12 @@ print_info() {
## More complex examples
### Display the current weather
```sh
prin "Weather" "$(curl wttr.in/?0?q?T | awk '/°(C|F)/ {printf $3 $4 " ("a")"} /,/ {a=$0}')"
```
### Print color blocks on the top and bottom
```sh