mirror of https://github.com/BOINC/boinc.git
6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
|
#! /usr/bin/csh
|
||
|
|
||
|
set NAME=`whoami`
|
||
|
set NUM=`ipcs | grep $NAME | awk '{print $2}'`
|
||
|
ipcrm -m $NUM
|