summaryrefslogtreecommitdiffstats
path: root/bash_functions.d/weather.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bash_functions.d/weather.sh3
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
+}