4 lines
107 B
Bash
4 lines
107 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
secret-tool lookup keepassxc master | keepassxc --pw-stdin ~/Documents/Important/passwords.kdbx
|