5 lines
97 B
Bash
5 lines
97 B
Bash
#!/bin/sh
|
|
|
|
cd %%PREFIX%%/libexec/password-store
|
|
exec %%PREFIX%%/libexec/password-store/pass "$@"
|