7 lines
159 B
Bash
Executable file
7 lines
159 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#Source bashrc to define environment variables
|
|
#http://techbase.kde.org/Getting_Started/Build/Environment
|
|
. ~/.bashrc
|
|
|
|
kcmshell4 kdeconnect-kcm &
|