4 lines
61 B
Text
4 lines
61 B
Text
|
#!/bin/bash
|
||
|
|
||
|
PASSWORD_STORE_DIR=./password-store pass "${@}"
|