mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-29 01:20:02 +02:00
2 lines
63 B
Bash
2 lines
63 B
Bash
for i in seq `ipcs -m | cut -d ' ' -f1`; do ipcrm -M $i; done;
|