2025-11-05 22:17:50 +03:00

6 lines
88 B
Bash
Executable File

#!/bin/sh
set -eu
readonly city="${1}"
curl "wttr.in/${city}" 2>/dev/null | head -n -1