[Shell] Add system password function

This commit is contained in:
Ivan Malison 2016-12-07 13:34:07 -08:00
parent 72e427efb7
commit 53802e3600
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -463,3 +463,7 @@ function localip {
;;
esac
}
function system_password {
keepasshttp.py --get -u "http://system.com" | jq '.[].password' | unescape.py
}