X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=bin%2FkillSalomeWithPort.py;h=fcdea4ec4d81bb895b9b375e4ceb2540309e345e;hb=fd31f4c605d9663ee6cbd4c60fad102a4d73a190;hp=4403a8bc2687442826ec7f35b46e6fbbf27d5880;hpb=7d2fe213bdf5bf962ce11e253020c9d3e0bc1cce;p=modules%2Fkernel.git diff --git a/bin/killSalomeWithPort.py b/bin/killSalomeWithPort.py index 4403a8bc2..fcdea4ec4 100755 --- a/bin/killSalomeWithPort.py +++ b/bin/killSalomeWithPort.py @@ -20,6 +20,14 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +## \file killSalomeWithPort.py +# Stop all %SALOME servers from given sessions by killing them +# +# The sessions are indicated by their ports on the command line as in : +# +# killSalomeWithPort.py 2811 2815 +# + import os, sys, pickle, signal, commands,glob from launchConfigureParser import verbose import Utils_Identity