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

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

willem

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