6 lines
168 B
Bash
Executable File
6 lines
168 B
Bash
Executable File
#!/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"
|