#!/bin/bash if [ -n "$(pgrep LanxumScan$)" ];then kill $(pgrep LanxumScan$) fi