diff options
Diffstat (limited to '')
-rw-r--r-- | bash_functions.d/weather.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash_functions.d/weather.sh b/bash_functions.d/weather.sh new file mode 100644 index 0000000..5b2c707 --- /dev/null +++ b/bash_functions.d/weather.sh @@ -0,0 +1,3 @@ +weathertoss() { + curl wttr.in/~Berwick-upon-Tweed +} |