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