proot/test/test-3624be91.sh
2019-12-19 15:37:02 -05:00

5 lines
191 B
Bash

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 :)'