#!/bin/sh

ps -C osso-pick-theme > /dev/null

if [ $? = 0 ]; then
 exit 1
fi

/usr/bin/osso-pick-theme.pl &
