From e8716a09681340f02c94897118d06bf030994ed9 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 14 Dec 2017 14:12:51 +1100 Subject: [PATCH] Updated Customizing Info (markdown) --- Customizing-Info.md | 2 ++ 1 file changed, 2 insertions(+) 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