mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
5 lines
122 B
Bash
5 lines
122 B
Bash
|
TESTPY=`ps gaux | grep test.py | grep -v grep | sed 's/[^ ]* //' | sed s/0.0.*//g`
|
||
|
kill $TESTPY
|
||
|
sleep 0.1
|
||
|
kill $TESTPY -9
|