summaryrefslogtreecommitdiffstats
path: root/sysinfo
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-01-06 00:38:03 +0100
committerFlorian Pritz <bluewind@xssn.at>2010-01-06 00:38:03 +0100
commitd401ebe47f639e88dcb7bf7868ee7c2ed36e5496 (patch)
tree212f821850d472db4489949854f79cbf441fac92 /sysinfo
parente64ab92314d54e814c1ec6163e4356ebbacca7e8 (diff)
downloadbin-d401ebe47f639e88dcb7bf7868ee7c2ed36e5496.tar.gz
bin-d401ebe47f639e88dcb7bf7868ee7c2ed36e5496.tar.xz
sysinfo: speed up by removing inxi call
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'sysinfo')
-rwxr-xr-xsysinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysinfo b/sysinfo
index 9ac35e5..550d017 100755
--- a/sysinfo
+++ b/sysinfo
@@ -1,6 +1,6 @@
#!/bin/sh
clear
cat /etc/motd
-inxi -CGINSx
-echo -en "${BLUE}Uptime:$NC " ; uptime
+#inxi -CGINSx
+echo -en "${BLUE}Uptime:$NC" ; uptime
pydf