#!/bin/bash # config heslo="COSMGMT" section="Moje" #no need edit this handle=`dcop kded kwalletd open "main" kdewalet` pass=`dcop kded kwalletd readPassword $handle $section $heslo` echo $pass | xsel -i -b exit 0