4 lines
143 B
Bash
Executable file
4 lines
143 B
Bash
Executable file
#!/bin/sh
|
|
printf '%s\n' "Hi $USER! You've successfully authenticated, but I do not"
|
|
printf '%s\n' "provide interactive shell access."
|
|
exit 128
|