#!/bin/bash
grep " 0$" /proc/*/maps | grep -v self | ./merge_areas
