#!/bin/sh echo "Dbus Anfragen an Wlan Interface" while [ 1 ] do dbus-send --system --print-reply --dest=com.rexroth.akku.WlanService /WlanObj com.rexroth.akku.WlanInterface.fReqGetRssiLevel sleep 1 dbus-send --system --print-reply --dest=com.rexroth.akku.WlanService /WlanObj com.rexroth.akku.WlanInterface.fReqGetConnectionStatus sleep 1 date sleep 1 done