2 lines
98 B
Text
2 lines
98 B
Text
|
#!/bin/sh
|
||
|
/usr/bin/docker exec -i --env SSH_ORIGINAL_COMMAND="$SSH_ORIGINAL_COMMAND" gitea sh "$@"
|