k / gitfoss

Files

Forked Fromethicdevs / gitfoss
Fork0
~data/git-shell-commands/no-interactive-login
.sh
Shell
(text/x-sh)
#!/bin/sh
printf '%s\n' "Hi $USER! You've successfully authenticated, but I do not"
printf '%s\n' "provide interactive shell access."
exit 128