Blame view

bin/linux/mem.sh 62 Bytes
1 2
#mem size
cat /proc/meminfo | grep MemTotal | awk '{print $2}'