Sha256: 01726a81359b4f1c2770ff73c2580b9a83190c10ce53b4db01b5a9411cde510d
Contents?: true
Size: 259 Bytes
Versions: 6
Compression:
Stored size: 259 Bytes
Contents
#!/bin/sh cat <<EOF Test Matchine Information ========================= EOF # kernel uname -a # distribution name head -n1 /etc/issue # memory size grep MemTotal /proc/meminfo # cpus grep -E "processor|model name|cpu MHz|cache size" /proc/cpuinfo echo
Version data entries
6 entries across 6 versions & 1 rubygems