Initial commit
This commit is contained in:
13
templates/etc/update-motd.d/13-uptime
Executable file
13
templates/etc/update-motd.d/13-uptime
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user