source: tags/0.91/sara-get-mem-size @ 9

Last change on this file since 9 was 9, 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.