script na kwallet

From pitriss, 8 Years ago, written in Plain Text, viewed 182 times.
URL http://minetest.wjake.com/stikked/view/3c0107e6 Shorturl <br /> <b>Warning</b>: mysqli::mysqli(): (HY000/2002): Connecti Embed
Download Paste or View Raw
  1. #!/bin/bash
  2. # config
  3. heslo="COSMGMT"
  4. section="Moje"
  5.  
  6. #no need edit this
  7. handle=`dcop kded kwalletd open "main" kdewalet`
  8. pass=`dcop kded kwalletd readPassword $handle $section $heslo`
  9. echo $pass | xsel -i -b
  10. exit 0

Reply to "script na kwallet"

Here you can reply to the paste above