forked from colonelpanic/dotfiles
[Shell] Add system password function
This commit is contained in:
@@ -463,3 +463,7 @@ function localip {
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
function system_password {
|
||||
keepasshttp.py --get -u "http://system.com" | jq '.[].password' | unescape.py
|
||||
}
|
||||
|
Reference in New Issue
Block a user