[Linux] Fixup type_system_password

This commit is contained in:
Ivan Malison 2016-12-07 13:47:58 -08:00
parent ea283b3c93
commit cd21eb25dd
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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