various scripts I use to make my life easier

typo fix

Changed files
+1 -1
git-shell-commands
+1 -1
git-shell-commands/no-interactive-login
···
#!/bin/sh
-
pjintf '%s\n' "Hi $USER! You've successfully authenticated, but I do not"
+
printf '%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