forked from Lainports/freebsd-ports
4 lines
97 B
Bash
4 lines
97 B
Bash
#!/bin/sh
|
|
|
|
cd %%PREFIX%%/libexec/password-store
|
|
exec %%PREFIX%%/libexec/password-store/pass "$@"
|