#!/bin/sh CMD=`pgrep -x k3b` if [ -z "$CMD" ]; then kfmclient exec /usr/bin/k3b fi