dotfiles/bin/wttr

5 lines
67 B
Bash
Executable File

#!/bin/bash
curl "http://wttr.in/$1?m&format=%l:%20%C%20%t%20%h"