diff options
Diffstat (limited to 'scripts/weather')
| -rwxr-xr-x | scripts/weather | 3 |
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' |
