commit 8321fa19c97a5f78ceca7ea866ca8dc18696d6ba from: Caleb Stein date: Tue May 26 20:59:09 2026 UTC add weatherbar script commit - 48ff8daac66e011aa711df69bac65f82bd676213 commit + 8321fa19c97a5f78ceca7ea866ca8dc18696d6ba blob - /dev/null blob + 19609385b5d65a8c953442b9ad7b2c89c44acc95 (mode 755) --- /dev/null +++ weatherbar.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +if [ -z "$1" ]; then + echo "Must specify location!" > /dev/stderr + + exit 1; +fi + +ftp -Vo - "https://wttr.in/${1}?u&format=1" 2> /dev/null +