* started the same changes on scn2k_text.cc
* handle opcodes childObj*. In fact, it was handled (in a strange way, but it worked) before the previous changeset
author
thib
date
Wed, 22 Apr 2009 15:01:42 +0000 (2009-04-22)
parents
223b71206888
children
rev
line source
0
+ − 1 #!/bin/sh
+ − 2 # IPC ��message queue��shared memory ���ĤäƤ��ޤäƤ���
+ − 3 # ���ˡ�����������õ�뤿��Υ�����ץ�
+ − 4
+ − 5 killall -KILL test xlovesys xclannad
+ − 6 ipcs | grep '^q' | awk '{print $2;}' | perl -ne 'chomp; system "ipcrm -q $_";'
+ − 7 ipcs | grep '^m' | awk '{print $2;}' | perl -ne 'chomp; system "ipcrm -m $_";'
+ − 8 ipcs | grep '^s' | awk '{print $2;}' | perl -ne 'chomp; system "ipcrm -s $_";'