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