From 739e849e108892884c5581464403726b482797a4 Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Thu, 30 Oct 2025 10:55:56 +0000 Subject: moved some files around to better organiz, added new-repo git command --- git-shell-commands/no-interactive-login | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 git-shell-commands/no-interactive-login (limited to 'git-shell-commands/no-interactive-login') diff --git a/git-shell-commands/no-interactive-login b/git-shell-commands/no-interactive-login new file mode 100755 index 0000000..53cc284 --- /dev/null +++ b/git-shell-commands/no-interactive-login @@ -0,0 +1,6 @@ +#!/bin/sh +pjintf '%s\n' "Hi $USER! You've successfully authenticated, but I do not" +printf '%s\n' "provide interactive shell access. Please go away now!" +exit 128 + +# vim: filetype=bash -- cgit v1.2.3