summaryrefslogtreecommitdiffstats
path: root/etc/issue.sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/issue.sh')
-rwxr-xr-xetc/issue.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/issue.sh b/etc/issue.sh
new file mode 100755
index 0000000..dd17bb2
--- /dev/null
+++ b/etc/issue.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+echo -e ""
+echo -e " , _ _ _ | $(uname -s -r)"
+echo -e " /#\\ __ _ _ __ ___| |__ | (_)_ __ _ ___ __ |"
+echo -e " /###\\ / _\` | '__/ __| '_ \\| | | '_ \\| | | \\ \\/ / | $(date +%H:%M:%S)"
+echo -e " /#####\\ | (_| | | | (__| | | | | | | | | |_| |> < | $(date '+%b %e %Y')"
+echo -e " /##,-,##\\ \\__,_|_| \\___|_| |_|_|_|_| |_|\\__,_/_/\\_\\ |"
+echo -e " /##( )##\\ | $(w -h | wc -l) users"
+echo -e " /#.-- --.#\\ A simple, elegant gnu/linux distribution. |"
+echo -e " /\` \`\\ | $(tty) on $(uname -n) \n"
+
+exec /bin/login
+