Script to remove shared memory segment in UNIX (for debugging).

svn path=/trunk/boinc/; revision=171
This commit is contained in:
Eric Heien 2002-07-09 00:46:21 +00:00
parent 6b388d1266
commit ff05a7888d
1 changed files with 5 additions and 0 deletions

5
test/shrm Executable file
View File

@ -0,0 +1,5 @@
#! /usr/bin/csh
set NAME=`whoami`
set NUM=`ipcs | grep $NAME | awk '{print $2}'`
ipcrm -m $NUM