blob: a3e8a67c9084355c18bf6a1eb48cb15ccf43e602 [file] [edit]
if [ -z `which sh` ] || [ -z `which kill` ] || [ -z `which grep` ] || [ -z `which cut` ]; then
exit 125;
fi
${PROOT} sh -c 'kill -15 $(grep TracerPid /proc/self/status | cut -f 2 -d :)'