File:  [Coherent Logic Development] / freem / contrib / cleanup_shm.sh
Revision 1.1: download - view: text, annotated - select for diffs
Sun Jan 19 02:04:04 2025 UTC (2 months, 2 weeks ago) by snw
CVS tags: MAIN, HEAD
Initial revision

#!/bin/sh

echo "cleanup_shm.sh:  cleaning up shared memory..."
ipcrm -M 0x00bbdd20

echo "cleanup_shm.sh:  cleaning up semaphores..."
ipcrm -S 0x00bbdd21
ipcrm -S 0x00bbdd22
ipcrm -S 0x00bbdd23
ipcrm -S 0x00bbdd24

echo "Done."

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>