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