Explorar el Código

added kill sempahores

Jiri Kuthan hace 24 años
padre
commit
2c828fa1c4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      modules/tm/test/kill_sem.sh

+ 3 - 0
modules/tm/test/kill_sem.sh

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+ipcrm sem `ipcs -s | awk '{ print $2; }'`