#!/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