summaryrefslogtreecommitdiffstats
path: root/.bin/wttr
diff options
context:
space:
mode:
Diffstat (limited to '.bin/wttr')
-rwxr-xr-x.bin/wttr3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bin/wttr b/.bin/wttr
new file mode 100755
index 0000000..c06c825
--- /dev/null
+++ b/.bin/wttr
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+curl -s "wttr.in/${1}?m"
remember that computers suck.