#!/bin/bash # Copyright Jean-Philippe Guillemin . This program is free software; you can redistribute # it and/or modify it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or (at your option) # any later version. Please take a look at http://www.gnu.org/copyleft/gpl.htm KEYRING="$(cat ~/.local/share/keyrings/default)" gkeyring --unlock --keyring $KEYRING --password foobar &