More generic letsgo.sh script

This commit is contained in:
Albert Vaca 2013-06-06 14:26:53 +02:00
parent 4d3fe4406f
commit a736beae77

View file

@ -1,14 +1,13 @@
#!/bin/sh
#Source bashrc to define kdebuild
#http://techbase.kde.org/Getting_Started/Build/Environment
. ~/.bashrc
KDE_BUILD_CONFIRMATION=false
cs android-connect
if kdebuild; then
killall kded4
while killall -9 kded4; do
true
@ -18,8 +17,5 @@ if kdebuild; then
#qdbus org.kde.kded /kded loadModule androidshine
kded4 2>&1 | grep -v "^kded(" &
echo ""
fi