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