Change message of the day
This commit is contained in:
5
templates/etc/update-motd.d/08-processes
Executable file
5
templates/etc/update-motd.d/08-processes
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
source /etc/update-motd.d/colors.txt
|
||||
|
||||
echo -e " ${TITLE_COLOR}Processes...........:${NC} ${TEXT_COLOR}$(ps -ef | wc -l)${DEFAULT_COLOR} running processes"
|
||||
Reference in New Issue
Block a user