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