diff --git a/motd b/motd new file mode 100644 index 0000000..d774a4c --- /dev/null +++ b/motd @@ -0,0 +1,33 @@ +#!/bin/bash +PROCCOUNT=`ps -Afl | wc -l` +PROCCOUNT=`expr $PROCCOUNT - 5` + +uptime=$(