#! /bin/sh
ipcs -m | grep `whoami` | awk '{if ($6 == 0) print $2}' | xargs --no-run-if-empty ipcrm shm
