summaryrefslogtreecommitdiff
path: root/no-interactive-login
diff options
context:
space:
mode:
Diffstat (limited to 'no-interactive-login')
-rw-r--r--no-interactive-login11
1 files changed, 11 insertions, 0 deletions
diff --git a/no-interactive-login b/no-interactive-login
new file mode 100644
index 0000000..52d8874
--- /dev/null
+++ b/no-interactive-login
@@ -0,0 +1,11 @@
+#!/bin/sh
+# Git-shell interactive login banner
+# When this executable exists, it's shown instead of the default message
+
+cat <<'EOF'
+Welcome to the git repository server!
+
+Available commands: help, list, init-repo, delete-repo
+
+Run "help" for more information.
+EOF