#!/bin/bash
PID=`ps -eaf | grep yad | grep -v grep | awk '{print $2}'`
if [[ "" !=  "$PID" ]]; then
kill -9 $PID 
fi &
xdg-open https://www.internet-radio.com 
PID=`ps -eaf | grep yad | grep -v grep | awk '{print $2}'`
if [[ "" !=  "$PID" ]]; then
kill -9 $PID 
fi &
PID=`ps -eaf | grep converter | grep -v grep | awk '{print $2}'`
if [[ "" !=  "$PID" ]]; then
kill -9 $PID 
fi &
/usr/share/click-radio/menu/app/converter

