From 55664d849a4d8af5a7fb59ded2c83b0cf475f60c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 13 Oct 2016 00:06:05 -0700 Subject: [PATCH] [Linux] Add system_password script --- dotfiles/lib/bin/system_password.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 dotfiles/lib/bin/system_password.sh diff --git a/dotfiles/lib/bin/system_password.sh b/dotfiles/lib/bin/system_password.sh new file mode 100755 index 00000000..26df938f --- /dev/null +++ b/dotfiles/lib/bin/system_password.sh @@ -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"