dpkg/kylin/zj/DEBIAN/prerm

6 lines
85 B
Plaintext
Raw Normal View History

2023-02-03 06:36:15 +00:00
#!/bin/bash
if [ -n "$(pgrep MicrotekScan$)" ];then
kill $(pgrep MicrotekScan$)
fi