~dricottone/my-utils

ref: 86e36bedac92f051a285f01385f38446a71db9a6 my-utils/weather -rwxr-xr-x 234 bytes
86e36bedDominic Ricottone Small fixes recommended by shellcheck 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# weather
# =======
# Usage weather [NUMBER]
#
# Wrapper aroung `wego`. Show weather for 2 days unless a number is specified.
# Location should be set in `$WEGORC`.

wego ${1:-2} | sed -e 's/[↘↗↖↙]/ &/g' -e '2,7d'