mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
4 lines
97 B
Bash
4 lines
97 B
Bash
#!/bin/sh
|
|
|
|
cd %%PREFIX%%/libexec/password-store
|
|
exec %%PREFIX%%/libexec/password-store/pass "$@"
|