log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
otakunoraifu
annotate clear_ipc @ 56:
c7bcc0ec2267
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
* replaced Grp and Text classes by the TextImpl and GrpImpl ones * splitted scn2k.h into smaller header files * moved some definitions from scn2k_*.cc to the header files * moved opcode implementation to scn2k_*impl.cc
author
thib
date
Thu, 30 Apr 2009 19:05:09 +0000 (2009-04-30)
parents
223b71206888
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
0
223b71206888
Initial import
thib
parents:
diff
changeset
+
−
1
#!/bin/sh
223b71206888
Initial import
thib
parents:
diff
changeset
+
−
2
# IPC ��message queue��shared memory ���ĤäƤ��ޤäƤ���
223b71206888
Initial import
thib
parents:
diff
changeset
+
−
3
# ���ˡ�����������õ�뤿��Υ�����ץ�
223b71206888
Initial import
thib
parents:
diff
changeset
+
−
4
223b71206888
Initial import
thib
parents:
diff
changeset
+
−
5
killall -KILL test xlovesys xclannad
223b71206888
Initial import
thib
parents:
diff
changeset
+
−
6
ipcs | grep '^q' | awk '{print $2;}' | perl -ne 'chomp; system "ipcrm -q $_";'
223b71206888
Initial import
thib
parents:
diff
changeset
+
−
7
ipcs | grep '^m' | awk '{print $2;}' | perl -ne 'chomp; system "ipcrm -m $_";'
223b71206888
Initial import
thib
parents:
diff
changeset
+
−
8
ipcs | grep '^s' | awk '{print $2;}' | perl -ne 'chomp; system "ipcrm -s $_";'