Commit ebe13779 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 00e12e03
...@@ -400,6 +400,7 @@ lspci1() { ...@@ -400,6 +400,7 @@ lspci1() {
header() { header() {
echo -n "# "; date --rfc-2822 echo -n "# "; date --rfc-2822
echo "# `whoami`@`hostname --fqdn` ($myaddr)"; echo "# `whoami`@`hostname --fqdn` ($myaddr)";
echo -n "# "; uname -a
# cpu # cpu
# XXX review and read about CPU idle states more XXX # XXX review and read about CPU idle states more XXX
...@@ -457,7 +458,6 @@ header() { ...@@ -457,7 +458,6 @@ header() {
esac esac
done done
echo -n "# "; uname -a
echo -n "# "; python --version echo -n "# "; python --version
echo -n "# "; go version echo -n "# "; go version
echo -n "# "; python -c 'import sqlite3 as s; print "sqlite %s (py mod %s)" % (s.sqlite_version, s.version)' echo -n "# "; python -c 'import sqlite3 as s; print "sqlite %s (py mod %s)" % (s.sqlite_version, s.version)'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment