#!/bin/bash

kill -9 `ps -A | grep artsd` && artsd -a null &
sleep 0.2

