head 1.1; access; symbols; locks georg:1.1; strict; comment @# @; 1.1 date 2003.06.28.19.37.15; author georg; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @#!/bin/sh IFS=' ' for i in $(ipcs | egrep '^(t|m|s) +[[:digit:]]' | awk '{ print $1,$2 }') do ipcrm -$i done @