3 lines
131 B
Bash
Executable file
3 lines
131 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
PASSWORD_STORE_DIR=$PWD/pass PASSWORD_STORE_EXTENSIONS_DIR=$PWD PASSWORD_STORE_ENABLE_EXTENSIONS=true pass "$@"
|