mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-28 03:12:38 +00:00
5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/sh
|
|
|
|
. "${TERMUX__PREFIX:-"${PREFIX}"}"/libexec/source-ssh-agent.sh
|
|
"${wrapped_cmd}" "$@"
|