mirror of
https://github.com/nicolabs/git-server-docker.git
synced 2026-04-10 16:06:31 +02:00
6 lines
187 B
Bash
Executable file
6 lines
187 B
Bash
Executable file
#!/bin/sh
|
|
printf '%s\n' "Welcome to jkarlos/git-server-docker!"
|
|
printf '%s\n' "You've successfully authenticated, but I do not"
|
|
printf '%s\n' "provide interactive shell access."
|
|
exit 128
|