6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source /etc/update-motd.d/colors.txt
|
|
|
|
echo -e " ${TITLE_COLOR}Uptime..............:${NC} ${TEXT_COLOR}$(uptime -p | sed 's/^up.//')${NC}"
|