source:
kde/dbus/kde-proxyForUrl.sh@
864
Last change on this file since 864 was 828, checked in by , on Feb 27, 2010 at 7:20:36 PM | |
---|---|
|
|
File size: 140 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | if [ -z "$1" ]; then |
4 | echo "usage: $0 http://www.example.org" |
5 | exit 1 |
6 | fi |
7 | |
8 | qdbus org.kde.kded /modules/proxyscout proxyForUrl $1 |
9 |
Note:
See TracBrowser
for help on using the repository browser.