diff --git a/Customizing-Info.md b/Customizing-Info.md index 6d4eb13..f8d73f1 100644 --- a/Customizing-Info.md +++ b/Customizing-Info.md @@ -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