hush/applets_sh/nologin

5 lines
98 B
Plaintext
Raw Normal View History

#!/bin/sh
cat /etc/nologin.txt 2>/dev/null || echo "This account is not available"
sleep 5
exit 1