ambevar-dotfiles/.scripts/weather

15 lines
174 B
Plaintext
Raw Normal View History

2016-04-29 12:09:19 +02:00
#!/bin/sh
if [ "$1" = "-h" ]; then
cat<<EOF
Usage: ${0##*/} [OPTIONS]
Display weather forecast.
Use '${0##*/} :help' to list all options.
EOF
exit
fi
curl wttr.in/"$1"