function run {
  if ! pgrep $1 ;
  then
    $@&
  fi
}
