mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 17:10:03 +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;
|