slsDetectorPackage/cleansharedmemory.sh
2016-07-15 18:51:04 +02:00

2 lines
63 B
Bash

for i in seq `ipcs -m | cut -d ' ' -f1`; do ipcrm -M $i; done;