Files
ansible-role-debian_common/templates/etc/update-motd.d/08-processes

6 lines
168 B
Plaintext
Raw Normal View History

2025-10-12 15:12:24 +02:00
#!/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"