#!/bin/sh
ps aux|grep DynamsoftService|grep -v grep|grep -v uninstall|grep -v Mgr|awk '{print $2}'|xargs -r kill -9
