ps | grep "{${0##*/}}" | grep -v grep | grep -q -v $$ && { echo "${0##*/} is already running"; exit; }
0 Members and 1 Guest are viewing this topic.