More generic letsgo.sh script
This commit is contained in:
parent
4d3fe4406f
commit
a736beae77
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue