summaryrefslogtreecommitdiffstats
path: root/noise
diff options
context:
space:
mode:
authorroot <root@shack.(none)>2010-05-07 11:59:39 +0200
committerroot <root@shack.(none)>2010-05-07 11:59:39 +0200
commitd548d07b4d7053d234a057be6df0c2a455db3bcc (patch)
treed145d022a6e3473426f03f713adc7622a5fec983 /noise
parent2faba42f525a4c03754e87e60075a6b0ac985374 (diff)
Updated MOTD
Diffstat (limited to 'noise')
-rwxr-xr-xnoise32
1 files changed, 27 insertions, 5 deletions
diff --git a/noise b/noise
index 375d177c..9d4f815f 100755
--- a/noise
+++ b/noise
@@ -110,10 +110,32 @@ jobs="${jobs+$jobs }`jobs -p`"
##
##
cat<<EOF
-welcome to SHACK UTTERANCE version 0.9 beta 4
-get help with /help
-TIP: benutze rlwrap für eine elitäre Kommandozeile.
+Welcome to 23.shack version 0.9 beta 4 \
+commit `cat $dirname/.git/refs/heads/master | dd count=23 bs=1`...
+
+## Motto Of The Day\
+
+Join the 23.shack-dev-team, we've got `
+ sloccount $dirname/* |
+ sed -rn '
+ s/.*\(SLOC\)[[:space:]]*=[[:space:]]*([0-9]+)$/\1/p
+ '` SLOC, `
+ { ls $dirname/modules/ ; ls ~shack/noise/modules/ ; } | sort | uniq | wc -l
+ ` mods,
+`grep ^- $dirname/TODO | wc -l`+ TODOs and drive the irregular Hackathon @shackspace.
+Follow http://twitter.com/shackspam FTW!
+
+## Hints\
+
+Start your telnet session with rlwrap for MAXIMUM profit.
+Get online-help with /help.
+
EOF
+# TODO: MOTD-candidates:
+#twitter: #shackspam
+#mail: shockspasm@googlemail.com
+#irc: freenode/#shackspace
+#afk: @shackspace
##
##
##
@@ -121,8 +143,8 @@ exec >>$linefeed
##
##
##
-echo '/set prompt "READY.~%"'
-echo '/set default_command espeak'
+echo '/set -q default_command espeak'
+echo '/set -q prompt "READY.~%"'
##
##
##