Files
ansible-role-debian_common/templates/etc/update-motd.d/13-uptime

14 lines
364 B
Plaintext
Raw Normal View History

2024-10-26 16:23:45 +02:00
#!/bin/sh
###############################################################
# Script : 13-uptime
# Author : Petr Všetečka
# Email : vsetecka@cesnet.cz
# Date : 27/11/2018
# Description: prints total uptime in nice format
# Args : none
###############################################################
printf "System is "; uptime -p