Updated Customizing Info (markdown)

Dylan Araps 2017-12-14 14:12:51 +11:00
parent cce8a7085b
commit e8716a0968
1 changed files with 2 additions and 0 deletions

@ -114,6 +114,8 @@ prin "Date" "$(date)"
# Print a custom message and color it blue
prin "$(color 4)That's not my name"
# Print the current weather
prin "Weather" "$(curl wttr.in/?0?q?T | awk '/°(C|F)/ {printf $3 $4 " ("a")"} /,/ {a=$0}')"
```
### color