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