5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
![]() |
#!/bin/bash
|
||
|
source ${$(realpath "$0"):h:h}/lib/next-in-path.zsh
|
||
|
export PASSWORD_STORE_ENABLE_EXTENSIONS=true
|
||
|
$(next-in-path pass $0) $@
|