ipcrm shm `ipcs | grep ^_shm | awk '{print $2}'`
ipcrm sem `ipcs | grep ^_sem | awk '{print $2}'`
