vncroulette() { local host="$(curl -sS "https://computernewb.com/vncresolver/api/scans/vnc/random" | jq -r '.["ip","port"]' | tr '\n' ':' | sed 's/:$//')" echo "Connecting to ${host}..." vncviewer "${host}" }