aboutsummaryrefslogtreecommitdiff
path: root/weather.sh
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-01-31 19:38:26 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2019-01-31 19:38:26 +0100
commit5701d5523c117e9223e5fd0086407dd74e148626 (patch)
tree75e0b41c7475e4d6322f57f5280a947ed28b4d14 /weather.sh
parent3c6c62ad079454c8ca1c91e153ac48f8216c3694 (diff)
downloadscripts-5701d5523c117e9223e5fd0086407dd74e148626.tar.gz
scripts-5701d5523c117e9223e5fd0086407dd74e148626.zip
dmenuTerm now can show weather.
Diffstat (limited to 'weather.sh')
-rwxr-xr-xweather.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/weather.sh b/weather.sh
new file mode 100755
index 0000000..1cd74ec
--- /dev/null
+++ b/weather.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+curl wttr.in
+read -rsp "" -d "q"