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