[UPDATED]   Project configuration update for ARMv7s support.
This commit is contained in:
Maarten Billemont 2012-09-19 22:11:16 +02:00
parent 8f22ca62bb
commit be409a93ed

View file

@ -1,4 +1,9 @@
#!/usr/bin/env bash
# Uncomment this to set your user name. Master Password will no longer ask you for a user name.
# export MP_USERNAME="Robert Lee Mitchell"
# Uncomment this to hardcode your master password. Make sure this file's permissions are tight. Master Password will not ask you for your master password anymore. This is probably not a good idea.
# export MP_PASSWORD="banana colored duckling"
cd "${BASH_SOURCE[0]%/*}"
java -jar masterpassword-cli-GIT-SNAPSHOT.jar "$@"