source: kde/dbus/kde-proxyForUrl.sh@ 828

Last change on this file since 828 was 828, checked in by joergs, on Feb 27, 2010 at 7:20:36 PM

NetworkManager

  • Property svn:executable set to *
File size: 140 bytes
Line 
1#!/bin/sh
2
3if [ -z "$1" ]; then
4 echo "usage: $0 http://www.example.org"
5 exit 1
6fi
7
8qdbus org.kde.kded /modules/proxyscout proxyForUrl $1
9
Note: See TracBrowser for help on using the repository browser.