Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nologin « applets_sh - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3768eaaa7e699c6cf13ca0971093924b5d84af39 (plain)
1
2
3
4
#!/bin/sh
cat /etc/nologin.txt 2>/dev/null || echo "This account is not available"
sleep 5
exit 1