[Linux] Add system_password script

This commit is contained in:
Ivan Malison 2016-10-13 00:06:05 -07:00
parent 5448d7e468
commit 55664d849a
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
PASSWORD="$(keepasshttp.py --get -u "http://system.com" | jq '.[].password' | unescape.py)"
sleep .1s
xdotool type "$PASSWORD"