This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
boinc
mirror of
https://github.com/BOINC/boinc.git
Watch
1
Star
0
Fork
You've already forked boinc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bee578e76a
boinc
/
test
/
shrm
6 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
- web: rename Bossa functions to avoid name conflict - web: bug fix in example core for app selection svn path=/trunk/boinc/; revision=16546
2008-11-24 20:27:18 +00:00
#! /usr/bin/env csh
Script to remove shared memory segment in UNIX (for debugging). svn path=/trunk/boinc/; revision=171
2002-07-09 00:46:21 +00:00
set NAME=`whoami`
set NUM=`ipcs | grep $NAME | awk '{print $2}'`
ipcrm -m $NUM