diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-02-20 23:47:56 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-02-20 23:47:56 +0100 |
commit | 84f8fd1c20054c89828fdc57ca201cd002c6b7ac (patch) | |
tree | 700ce113ce16412bbc54ec00748f29b45cf6d258 /sysinfo | |
parent | 54f4974c112ce9c4cd2a6493348ea80100b430c7 (diff) | |
download | bin-84f8fd1c20054c89828fdc57ca201cd002c6b7ac.tar.gz bin-84f8fd1c20054c89828fdc57ca201cd002c6b7ac.tar.xz |
reactivate inxi; the stats are actually nice to have
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'sysinfo')
-rwxr-xr-x | sysinfo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh clear cat /etc/motd -#inxi -CGINSx +inxi -CGINSx echo -en "${BLUE}Uptime:$NC" ; uptime pydf |