source: tags/1.0/sara-get-mem-size @ 5

Last change on this file since 5 was 5, checked in by willem, 11 years ago

willem

  • Property svn:executable set to *
File size: 86 bytes
RevLine 
[5]1#!/bin/bash
2cat /proc/meminfo | awk '
3  /MemTotal:/ { print int($2/1000000) ; exit }'
Note: See TracBrowser for help on using the repository browser.