summaryrefslogtreecommitdiff
path: root/scripts/weather
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2025-06-01 10:55:23 -0400
committerJake Koroman <jake@jakekoroman.com>2025-06-01 10:55:23 -0400
commit3b4590b1a745b06ce36cb558a4749923675e9b35 (patch)
tree532e9f00ae0b7fdeb3645f13b926e8a65b74f1ec /scripts/weather
Ready. Set. Go!
Diffstat (limited to 'scripts/weather')
-rwxr-xr-xscripts/weather3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/weather b/scripts/weather
new file mode 100755
index 0000000..a213aa5
--- /dev/null
+++ b/scripts/weather
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+curl -s "wttr.in/cambridge+canada?lang=fr&0" | sed 's/cambridge+canada/Cambridge/g'