#!/bin/sh if [ -z "$1" ]; then echo "usage: $0 http://www.example.org" exit 1 fi qdbus org.kde.kded /modules/proxyscout proxyForUrl $1