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