#!/bin/bash

dr=`dirname $0`
arg1=$1
arg2=$2
f=$dr'/wprviews_window'

if ! pgrep -f $f
then
$f $arg1 $arg2&
fi

