[Shell] Add system password function

This commit is contained in:
2016-12-07 13:34:07 -08:00
parent 72e427efb7
commit 53802e3600

View File

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