source: trunk/sara-get-mem-size @ 26

Last change on this file since 26 was 26, checked in by jeroene, 9 years ago

Fixed a buggy (sara-get-mem-size)

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