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