view clear_ipc @ 14:8da1d92ac8f8

Don't create fonts faces for size <= 0, and update objects when their font size is set
author thib
date Sat, 09 Aug 2008 12:04:08 +0000 (2008-08-09)
parents 223b71206888
children
line wrap: on
line source
#!/bin/sh
# IPC ��message queue��shared memory ���ĤäƤ��ޤäƤ���
# ���ˡ�����������õ�뤿��Υ�����ץ�

killall -KILL test xlovesys xclannad
ipcs | grep '^q' | awk '{print $2;}' | perl -ne 'chomp; system "ipcrm -q $_";'
ipcs | grep '^m' | awk '{print $2;}' | perl -ne 'chomp; system "ipcrm -m $_";'
ipcs | grep '^s' | awk '{print $2;}' | perl -ne 'chomp; system "ipcrm -s $_";'