2026-05-22 15:28:08 +03:00

5 lines
84 B
Bash
Executable File

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