[KeepassX] Create start_keepass.sh script

This commit is contained in:
Ivan Malison 2016-09-22 21:36:31 -07:00
parent 6875cf697b
commit b8e956c4ea
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -0,0 +1,2 @@
#!/usr/bin/bash
keepassx --keyfile "$HOME/SparkleShare/config/creds/keepass.key" "$HOME/SparkleShare/config/db.kdbx"