shell-utils/app/wx

9 lines
132 B
Plaintext
Raw Permalink Normal View History

2023-07-15 19:21:25 +00:00
#!/usr/bin/env bash
if ! [[ -n $1 ]]; then
loc="Cowley,UK"
else
loc=$1
fi
ansiweather -l $loc -u imperial -s true -i false