Commit c228f173 authored by Seblu's avatar Seblu
Browse files

Add last output

parent ddf5f58c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ DEPENDENCIES
============
- Bash [#]_
- Systemd [#]_
- sysvinit-tools


INSTALL
+3 −0
Original line number Diff line number Diff line
@@ -44,6 +44,9 @@ print_mail() {
    echo "System is up since $(date -d "$(uptime -s)" -R)"
    echo
    echo "$(systemd-analyze)"
    echo
    echo 'Last:'
    last -5 -FRwx|head -n 5
}