From ae2a03c2941bf92573f89b88ef73f8aa842bea0a Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kweather/weathersig.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 kweather/weathersig.sh (limited to 'kweather/weathersig.sh') diff --git a/kweather/weathersig.sh b/kweather/weathersig.sh new file mode 100644 index 0000000..03f2fa0 --- /dev/null +++ b/kweather/weathersig.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +LOC=KPTW +TEMP=`dcop KWeatherService WeatherService temperature $LOC` +WIND=`dcop KWeatherService WeatherService wind $LOC` +DATE=`dcop KWeatherService WeatherService date $LOC` +VIS=`dcop KWeatherService WeatherService visibility $LOC` +NAME=`dcop KWeatherService WeatherService stationName $LOC` +EMAIL="geiseri@kde.org" +echo "===++=++===" +echo " Report for $NAME" +echo " on $DATE" +echo " $TEMP with winds at $WIND and $VIS of visibility." +echo "===============================+<$EMAIL>+===" -- cgit v1.2.1