#!/bin/sh

test -f /proc/meminfo || exit 0

cat /proc/meminfo
